Skip to content

Commit

Permalink
Merge branch 'fix/esp_hw_support_remove_unused_include_dirs_v5.2' int…
Browse files Browse the repository at this point in the history
…o 'release/v5.2'

fix(esp_hw_support): Removed nonexistent include directories from cmake (v5.2)

See merge request espressif/esp-idf!27606
  • Loading branch information
ESP-Marius committed Dec 6, 2023
2 parents e2b18f2 + e3653aa commit 56a6cad
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion components/esp_hw_support/port/esp32/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
target_include_directories(${COMPONENT_LIB} PUBLIC .)
target_include_directories(${COMPONENT_LIB} PUBLIC private_include)

set(srcs
"rtc_clk.c"
Expand Down
2 changes: 0 additions & 2 deletions components/esp_hw_support/port/esp32c2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ endif()
add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")

target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
target_include_directories(${COMPONENT_LIB} PUBLIC . private_include)
target_include_directories(${COMPONENT_LIB} PRIVATE ../hal)
2 changes: 0 additions & 2 deletions components/esp_hw_support/port/esp32c3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ endif()
add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")

target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
target_include_directories(${COMPONENT_LIB} PUBLIC . private_include)
target_include_directories(${COMPONENT_LIB} PRIVATE ../hal)
1 change: 0 additions & 1 deletion components/esp_hw_support/port/esp32c6/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")

target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
target_include_directories(${COMPONENT_LIB} PUBLIC . private_include)
target_include_directories(${COMPONENT_LIB} PRIVATE ../hal)
1 change: 0 additions & 1 deletion components/esp_hw_support/port/esp32h2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")

target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
target_include_directories(${COMPONENT_LIB} PUBLIC . private_include)
target_include_directories(${COMPONENT_LIB} PRIVATE ../hal)
2 changes: 0 additions & 2 deletions components/esp_hw_support/port/esp32p4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ list(REMOVE_ITEM srcs
add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")

target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
target_include_directories(${COMPONENT_LIB} PUBLIC . private_include)
target_include_directories(${COMPONENT_LIB} PRIVATE ../hal)
1 change: 0 additions & 1 deletion components/esp_hw_support/port/esp32s2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
target_include_directories(${COMPONENT_LIB} PUBLIC .)
target_include_directories(${COMPONENT_LIB} PUBLIC private_include)

set(srcs
"rtc_clk.c"
Expand Down
1 change: 0 additions & 1 deletion components/esp_hw_support/port/esp32s3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
target_include_directories(${COMPONENT_LIB} PUBLIC .)
target_include_directories(${COMPONENT_LIB} PUBLIC private_include)

set(srcs
"rtc_clk.c"
Expand Down

0 comments on commit 56a6cad

Please sign in to comment.