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
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue