Skip to content

Commit 855216f

Browse files
committed
kconfig: default to LEGACY_INCLUDE_PATH=n
Change the default config for LEGACY_INCLUDE_PATH to 'n'. This makes any test or sample fail CI if there's any #include missing the "zephyr/" prefix. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent 68feb6f commit 855216f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Kconfig.zephyr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,6 @@ endmenu
845845

846846
config LEGACY_INCLUDE_PATH
847847
bool "Allow for the legacy include paths (without the zephyr/ prefix)"
848-
default y
849848
help
850849
Allow applications and libraries to use the Zephyr legacy include
851850
path which does not use the zephyr/ prefix. For example, the

0 commit comments

Comments
 (0)