We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c0315 commit ef1e559Copy full SHA for ef1e559
connectivity/drivers/ble/FEATURE_BLE/CMakeLists.txt
@@ -1,6 +1,10 @@
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
+if("BlueNRG_2" IN_LIST MBED_TARGET_LABELS)
5
+ add_subdirectory(COMPONENT_BlueNRG_2)
6
+endif()
7
+
8
if("BlueNRG_MS" IN_LIST MBED_TARGET_LABELS)
9
add_subdirectory(COMPONENT_BlueNRG_MS)
10
endif()
0 commit comments