Skip to content

Commit

Permalink
drivers: append bt_driver.c to bluetooth drivers srcs
Browse files Browse the repository at this point in the history
Signed-off-by: fangzhenwei <[email protected]>
  • Loading branch information
Frozen935 authored and chengkai15 committed Oct 16, 2024
1 parent ef07dfe commit c9d3522
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/wireless/bluetooth/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c9d3522

Please sign in to comment.