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 @@ -10,6 +10,7 @@ set(ZEPHYR_AZURE_SDK_FOR_C_CMAKE_DIR ${CMAKE_CURRENT_LIST_DIR}/azure-sdk-for-c)
10
10
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
+ set (ZEPHYR_NRF_KCONFIG ${CMAKE_CURRENT_LIST_DIR} /../Kconfig.nrf)
13
14
14
15
# Those are modules with Kconfig tree's inside the module repo but where
15
16
# nRF Connect SDK extend those trees.
Original file line number Diff line number Diff line change 1
1
build :
2
2
cmake : .
3
3
kconfig : Kconfig.nrf
4
+ kconfig-ext : true
4
5
sysbuild-cmake : sysbuild
5
6
sysbuild-kconfig : sysbuild/Kconfig.sysbuild
6
7
settings :
You can’t perform that action at this time.
0 commit comments