build: drop the CONFIG_LEGACY_GENERATED_INCLUDE_PATH message
Does not make much sense to ship the project with a config that by default print a warning for a not-yet-deprecated feature. Let's drop it for now, we can reintroduce it once the default is changed. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
593dfe1385
commit
f30b414bbc
1 changed files with 0 additions and 5 deletions
|
@ -111,11 +111,6 @@ zephyr_library_named(zephyr)
|
|||
|
||||
if(CONFIG_LEGACY_GENERATED_INCLUDE_PATH)
|
||||
zephyr_include_directories(${PROJECT_BINARY_DIR}/include/generated/zephyr)
|
||||
message(WARNING "
|
||||
Warning: CONFIG_LEGACY_GENERATED_INCLUDE_PATH is currently enabled by default
|
||||
so that user applications can continue to use the legacy include paths for the
|
||||
generated headers. This Kconfig will be deprecated and eventually removed in
|
||||
the future releases.")
|
||||
endif()
|
||||
|
||||
zephyr_include_directories(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue