summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-01-22 09:41:41 +0700
committerhathach <[email protected]>2021-01-22 09:41:41 +0700
commit2b3008f9a863e4fa5e10f24971976928c8101764 (patch)
tree3d1a155c53f0887c7c4ac5439cc3fb4f4f487112 /examples/device
parentffe0fc75376a7560074ebc5e54fa837a89137e3c (diff)
fix esp32s2 ci build
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/board_test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/board_test/CMakeLists.txt b/examples/device/board_test/CMakeLists.txt
index f0437dd04..c09ffe215 100644
--- a/examples/device/board_test/CMakeLists.txt
+++ b/examples/device/board_test/CMakeLists.txt
@@ -7,7 +7,7 @@ set(TOP "../../..")
get_filename_component(TOP "${TOP}" REALPATH)
# Add example src and bsp directories
-set(EXTRA_COMPONENT_DIRS "src" "${TOP}/hw/bsp/${BOARD}")
+set(EXTRA_COMPONENT_DIRS "src" "${TOP}/hw/bsp/esp32s2/boards" "${TOP}/hw/bsp/esp32s2/components")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(SUPPORTED_TARGETS esp32s2)