Skip to content

Commit

Permalink
fix(esp_hw_support): Removed unused include directories from cmake
Browse files Browse the repository at this point in the history
* Closes #12700
  • Loading branch information
0xjakob committed Feb 21, 2024
1 parent d922d41 commit a66234b
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 9 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)
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 a66234b

Please sign in to comment.