Skip to content

Commit

Permalink
zephyr: cmake/kconfig are external
Browse files Browse the repository at this point in the history
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 <gerard.marull@nordicsemi.no>
  • Loading branch information
gmarull authored and carlescufi committed Aug 23, 2023
1 parent 74981bf commit 1abf291
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zephyr/module.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
build:
cmake: .
cmake-ext: true
kconfig-ext: true

0 comments on commit 1abf291

Please sign in to comment.