diff --git a/drivers/wireless/bluetooth/CMakeLists.txt b/drivers/wireless/bluetooth/CMakeLists.txt index 7953ee3281..0a7f133f8e 100644 --- a/drivers/wireless/bluetooth/CMakeLists.txt +++ b/drivers/wireless/bluetooth/CMakeLists.txt @@ -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)