build: CMake fix for sim:btuart

bt_bridge.c file was missing in nuttx/drivers/wireless/bluetooth.

Signed-off-by: Daniel Jasinski <jasinskidaniel95szcz@gmail.com>
This commit is contained in:
Daniel Jasinski
2025-01-26 19:57:22 +01:00
committed by archer
parent e2a51ee856
commit 9e64505f8d
@@ -54,5 +54,9 @@ if(CONFIG_DRIVERS_BLUETOOTH)
list(APPEND SRCS bt_rpmsghci.c)
endif()
if(CONFIG_BLUETOOTH_BRIDGE)
list(APPEND SRCS bt_bridge.c)
endif()
target_sources(drivers PRIVATE ${SRCS})
endif()