Skip to content

Commit 1abf291

Browse files
gmarullcarlescufi
authored andcommitted
zephyr: cmake/kconfig are external
Define module Kconfig/CMake as external, so that we can fix the entry point in $ZEPHYR_BASE/modules/cmsis. This change is needed to provide module glue header/s. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 74981bf commit 1abf291

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zephyr/module.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
build:
2-
cmake: .
2+
cmake-ext: true
3+
kconfig-ext: true

0 commit comments

Comments
 (0)