drivers fake_entropy_native_sim: 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:10:41 +02:00 committed by Alberto Escolar
parent e7d228a2b1
commit e6dbe45304

View File

@ -6,11 +6,7 @@ zephyr_library()
if(CONFIG_FAKE_ENTROPY_NATIVE_SIM)
zephyr_library_sources(fake_entropy_native_sim.c)
if(CONFIG_NATIVE_LIBRARY)
target_sources(native_simulator INTERFACE fake_entropy_native_bottom.c)
else()
zephyr_library_sources(fake_entropy_native_bottom.c)
endif()
target_sources(native_simulator INTERFACE fake_entropy_native_bottom.c)
endif()
zephyr_library_sources_ifdef(CONFIG_USERSPACE entropy_handlers.c)