native_sim_reboot: Remove NATIVE_APPLICATION support
It is not possible to build anymore in that mode, so we do not need to support it in this component. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
e6dbe45304
commit
2b18fc8348
@ -15,11 +15,7 @@ zephyr_library_sources(
|
||||
|
||||
if(CONFIG_NATIVE_SIM_REBOOT)
|
||||
zephyr_library_sources(reboot.c)
|
||||
if(CONFIG_NATIVE_LIBRARY)
|
||||
target_sources(native_simulator INTERFACE reboot_bottom.c)
|
||||
else()
|
||||
zephyr_library_sources(reboot_bottom.c)
|
||||
endif()
|
||||
target_sources(native_simulator INTERFACE reboot_bottom.c)
|
||||
endif()
|
||||
|
||||
zephyr_include_directories(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user