Skip to content

Commit ef1e559

Browse files
committed
Add BlueNRG_2 component entry
Signed-off-by: Andrea PALMIERI <[email protected]>
1 parent f8c0315 commit ef1e559

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

connectivity/drivers/ble/FEATURE_BLE/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Copyright (c) 2020 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
if("BlueNRG_2" IN_LIST MBED_TARGET_LABELS)
5+
add_subdirectory(COMPONENT_BlueNRG_2)
6+
endif()
7+
48
if("BlueNRG_MS" IN_LIST MBED_TARGET_LABELS)
59
add_subdirectory(COMPONENT_BlueNRG_MS)
610
endif()

0 commit comments

Comments
 (0)