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 cc7ae38 commit 4c05ce8Copy full SHA for 4c05ce8
connectivity/drivers/ble/FEATURE_BLE/TARGET_NORDIC/TARGET_NORDIC_CORDIO/CMakeLists.txt
@@ -1,8 +1,6 @@
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-if("MCU_NRF52840" IN_LIST MBED_TARGET_LABELS)
5
- add_subdirectory(TARGET_MCU_NRF52840)
6
-elseif("NRF5x" IN_LIST MBED_TARGET_LABELS)
+if("NRF5x" IN_LIST MBED_TARGET_LABELS)
7
add_subdirectory(TARGET_NRF5x)
8
endif()
0 commit comments