drivers: append bt_driver.c to bluetooth drivers Cmakelist.

Signed-off-by: fangzhenwei <fangzhenwei@xiaomi.com>
This commit is contained in:
fangzhenwei 2024-07-05 16:42:08 +08:00 committed by Xiang Xiao
parent 7a97eef679
commit d97b715e5c
1 changed files with 2 additions and 0 deletions

View File

@ -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)