Skip to content

Commit

Permalink
CMake: correct cmake dependencies.
Browse files Browse the repository at this point in the history
v/46045

Rootcause: Incorrect dependencies.

Signed-off-by: Zihao Gao <[email protected]>
  • Loading branch information
gzh-terry committed Dec 23, 2024
1 parent ec30593 commit fd471ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ if(CONFIG_BLUETOOTH)
CSRCS
${BLUETOOTH_DIR}/service/src/connection_manager.c
${BLUETOOTH_DIR}/service/src/manager_service.c
${BLUETOOTH_DIR}/service/src/power_manager.c
${BLUETOOTH_DIR}/service/vendor/bt_vendor.c
${BLUETOOTH_DIR}/service/common/bt_time.c
${BLUETOOTH_DIR}/service/common/index_allocator.c
${BLUETOOTH_DIR}/service/common/service_loop.c)
${BLUETOOTH_DIR}/service/common/index_allocator.c)

if(CONFIG_BLUETOOTH_STORAGE_PROPERTY_SUPPORT)
list(APPEND CSRCS ${BLUETOOTH_DIR}/service/common/storage_property.c)
Expand All @@ -85,10 +81,14 @@ if(CONFIG_BLUETOOTH)
list(
APPEND
CSRCS
${BLUETOOTH_DIR}/service/common/bt_time.c
${BLUETOOTH_DIR}/service/common/service_loop.c
${BLUETOOTH_DIR}/service/src/adapter_service.c
${BLUETOOTH_DIR}/service/src/adapter_state.c
${BLUETOOTH_DIR}/service/src/btservice.c
${BLUETOOTH_DIR}/service/src/device.c
${BLUETOOTH_DIR}/service/src/power_manager.c
${BLUETOOTH_DIR}/service/vendor/bt_vendor.c
${BLUETOOTH_DIR}/service/src/hci_parser.c)

if(CONFIG_BLUETOOTH_BLE_ADV)
Expand Down

0 comments on commit fd471ba

Please sign in to comment.