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:
Alberto Escolar Piedras 2023-05-26 13:23:43 +02:00 committed by Chris Friedt
commit 56dc20eb1d
9 changed files with 9 additions and 7 deletions

View file

@ -346,7 +346,7 @@ toolchain_ld_force_undefined_symbols(
_ConfigAbsSyms
)
if(NOT CONFIG_NATIVE_APPLICATION)
if(NOT CONFIG_NATIVE_BUILD)
# @Intent: Set linker specific flags for bare metal target
toolchain_ld_baremetal()
endif()