Commit f30b414b authored by Fabio Baltieri's avatar Fabio Baltieri Committed by Fabio Baltieri
Browse files

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: default avatarFabio Baltieri <fabiobaltieri@google.com>
parent 593dfe13
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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(