mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
drivers: append bt_driver.c to bluetooth drivers Cmakelist.
Signed-off-by: fangzhenwei <fangzhenwei@xiaomi.com>
This commit is contained in:
@@ -21,6 +21,8 @@
|
|||||||
if(CONFIG_DRIVERS_BLUETOOTH)
|
if(CONFIG_DRIVERS_BLUETOOTH)
|
||||||
set(SRCS)
|
set(SRCS)
|
||||||
|
|
||||||
|
list(APPEND SRCS bt_driver.c)
|
||||||
|
|
||||||
if(CONFIG_BLUETOOTH_UART)
|
if(CONFIG_BLUETOOTH_UART)
|
||||||
list(APPEND SRCS bt_uart.c)
|
list(APPEND SRCS bt_uart.c)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user