diff --git a/drivers/wireless/bluetooth/CMakeLists.txt b/drivers/wireless/bluetooth/CMakeLists.txt index 2aa6d9e141011..84a8c33b80bd6 100644 --- a/drivers/wireless/bluetooth/CMakeLists.txt +++ b/drivers/wireless/bluetooth/CMakeLists.txt @@ -54,5 +54,9 @@ if(CONFIG_DRIVERS_BLUETOOTH) list(APPEND SRCS bt_rpmsghci.c) endif() + if(CONFIG_BLUETOOTH_BRIDGE) + list(APPEND SRCS bt_bridge.c) + endif() + target_sources(drivers PRIVATE ${SRCS}) endif()