Skip to content

Commit 4c05ce8

Browse files
committed
Remove add subdirectory of TARGET_MCU_NRF52840 as it contains only mbed_lib.json
1 parent cc7ae38 commit 4c05ce8

File tree

1 file changed

+1
-3
lines changed
  • connectivity/drivers/ble/FEATURE_BLE/TARGET_NORDIC/TARGET_NORDIC_CORDIO

1 file changed

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

4-
if("MCU_NRF52840" IN_LIST MBED_TARGET_LABELS)
5-
add_subdirectory(TARGET_MCU_NRF52840)
6-
elseif("NRF5x" IN_LIST MBED_TARGET_LABELS)
4+
if("NRF5x" IN_LIST MBED_TARGET_LABELS)
75
add_subdirectory(TARGET_NRF5x)
86
endif()

0 commit comments

Comments
 (0)