mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user