summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-01-24 00:52:24 +0700
committerhathach <[email protected]>2025-01-24 11:54:42 +0700
commit201b9707b9e6ce576fd534347b36652f2c6173f0 (patch)
tree9af02534c69c2b4c5da3afd9e9abcd9682d0b9ac /hw
parent9f45e25b1c322202084d80f1fd88567fe0b0a3e2 (diff)
try build zephyr with ci
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/family_support.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/family_support.cmake b/hw/bsp/family_support.cmake
index 6ba7cb1c7..14916f771 100644
--- a/hw/bsp/family_support.cmake
+++ b/hw/bsp/family_support.cmake
@@ -75,7 +75,7 @@ endif()
if (BUILD_ZEPHYR)
set(BOARD_ROOT ${TOP}/hw/bsp/${FAMILY})
- find_package(Zephyr REQUIRED HINTS ${TOP}/lib/zephyr)
+ find_package(Zephyr REQUIRED HINTS ${TOP}/zephyr)
endif ()
#-------------------------------------------------------------