Kconfig: Tidy up dependants of NATIVE_APPLICATION
So they depend or select on the right NATIVE_BUILD instead of NATIVE_APPLICATION. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
2eb14f1469
commit
56dc20eb1d
9 changed files with 9 additions and 7 deletions
|
@ -106,7 +106,7 @@ if (NOT CONFIG_NEWLIB_LIBC AND
|
|||
NOT (CONFIG_PICOLIBC AND NOT CONFIG_PICOLIBC_USE_MODULE) AND
|
||||
NOT COMPILER STREQUAL "xcc" AND
|
||||
NOT CONFIG_HAS_ESPRESSIF_HAL AND
|
||||
NOT CONFIG_NATIVE_APPLICATION)
|
||||
NOT CONFIG_NATIVE_BUILD)
|
||||
set_compiler_property(PROPERTY nostdinc -nostdinc)
|
||||
set_compiler_property(APPEND PROPERTY nostdinc_include ${NOSTDINC})
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue