drivers/bluetooth/userchan: 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:18:00 +02:00 committed by Alberto Escolar
parent 2c4288ecec
commit 0acebf7135

View File

@ -54,9 +54,5 @@ zephyr_library_sources_ifdef(CONFIG_BT_H4_NXP_CTLR hci_nxp_setup.c)
if(CONFIG_BT_USERCHAN)
zephyr_library_sources(userchan.c)
if (CONFIG_NATIVE_LIBRARY)
target_sources(native_simulator INTERFACE userchan_bottom.c)
else()
zephyr_library_sources(userchan_bottom.c)
endif()
target_sources(native_simulator INTERFACE userchan_bottom.c)
endif()