drivers: append bt_driver.c to bluetooth drivers Cmakelist.
Signed-off-by: fangzhenwei <fangzhenwei@xiaomi.com>
This commit is contained in:
parent
7a97eef679
commit
d97b715e5c
|
@ -21,6 +21,8 @@
|
|||
if(CONFIG_DRIVERS_BLUETOOTH)
|
||||
set(SRCS)
|
||||
|
||||
list(APPEND SRCS bt_driver.c)
|
||||
|
||||
if(CONFIG_BLUETOOTH_UART)
|
||||
list(APPEND SRCS bt_uart.c)
|
||||
|
||||
|
|
Loading…
Reference in New Issue