drivers/gpio/sdl: Remove NATIVE_APPLICATION support

It is not possible to build anymore in that mode, so we do not
need to support it in this driver cmake files.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2025-06-30 15:19:37 +02:00 committed by Alberto Escolar
parent 0d87d5f5b4
commit 0ec02c1873

View File

@ -131,11 +131,7 @@ zephyr_library_sources_ifdef(CONFIG_USERSPACE gpio_handlers.c)
if (CONFIG_GPIO_EMUL_SDL)
zephyr_library_sources(gpio_emul_sdl.c)
if (CONFIG_NATIVE_APPLICATION)
zephyr_library_sources(gpio_emul_sdl_bottom.c)
else()
target_sources(native_simulator INTERFACE gpio_emul_sdl_bottom.c)
endif()
target_sources(native_simulator INTERFACE gpio_emul_sdl_bottom.c)
endif()
if(CONFIG_GPIO_SC18IM704)