File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ set(ZEPHYR_OPENTHREAD_CMAKE_DIR ${CMAKE_CURRENT_LIST_DIR}/openthread)
11
11
set (ZEPHYR_OPENTHREAD_KCONFIG ${CMAKE_CURRENT_LIST_DIR} /openthread/Kconfig)
12
12
set (ZEPHYR_HAL_NORDIC_CMAKE_DIR ${CMAKE_CURRENT_LIST_DIR} /hal_nordic)
13
13
set (ZEPHYR_NRF_KCONFIG ${CMAKE_CURRENT_LIST_DIR} /../Kconfig.nrf)
14
+ set (SYSBUILD_NRF_KCONFIG ${CMAKE_CURRENT_LIST_DIR} /../sysbuild/Kconfig.sysbuild)
14
15
15
16
# Those are modules with Kconfig tree's inside the module repo but where
16
17
# nRF Connect SDK extend those trees.
Original file line number Diff line number Diff line change 4
4
kconfig-ext : true
5
5
sysbuild-cmake : sysbuild
6
6
sysbuild-kconfig : sysbuild/Kconfig.sysbuild
7
+ sysbuild-kconfig-ext : true
7
8
settings :
8
9
soc_root : .
9
10
board_root : .
You can’t perform that action at this time.
0 commit comments