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:
Alberto Escolar Piedras 2025-06-30 16:13:21 +02:00 committed by Alberto Escolar
parent e6dbe45304
commit 2b18fc8348

View File

@ -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(