Skip to content

Commit 471581c

Browse files
committed
kconfig: Only include specific Kconfig files
Using a glob pattern in the top level Kconfig file has the risk of including unwanted content such as from a build/ directory. Explicitly list the Kconfig files that should be included. Signed-off-by: Aksel Skauge Mellbye <[email protected]>
1 parent 6ee9802 commit 471581c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# as the module Kconfig entry point (see zephyr/module.yml). You can browse
66
# module options by going to Zephyr -> Modules in Kconfig.
77

8-
rsource "*/Kconfig"
8+
rsource "soc/Kconfig"

0 commit comments

Comments
 (0)