Skip to content

Commit d97b715

Browse files
fangzhenweixiaoxiang781216
authored andcommitted
drivers: append bt_driver.c to bluetooth drivers Cmakelist.
Signed-off-by: fangzhenwei <[email protected]>
1 parent 7a97eef commit d97b715

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/wireless/bluetooth/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
if(CONFIG_DRIVERS_BLUETOOTH)
2222
set(SRCS)
2323

24+
list(APPEND SRCS bt_driver.c)
25+
2426
if(CONFIG_BLUETOOTH_UART)
2527
list(APPEND SRCS bt_uart.c)
2628

0 commit comments

Comments
 (0)