drivers/eeprom/eeprom_simulator: 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 16:15:28 +02:00 committed by Alberto Escolar
parent 2b18fc8348
commit 2c4288ecec

View File

@ -14,8 +14,6 @@ if(CONFIG_EEPROM_SIMULATOR)
zephyr_library_sources(eeprom_simulator.c)
if(CONFIG_NATIVE_LIBRARY)
target_sources(native_simulator INTERFACE eeprom_simulator_native.c)
elseif(CONFIG_ARCH_POSIX)
zephyr_library_sources(eeprom_simulator_native.c)
endif()
endif()
zephyr_library_sources_ifdef(CONFIG_EEPROM_EMULATOR eeprom_emulator.c)