Remove add subdirectory of TARGET_MCU_NRF52840 as it contains only mbed_lib.json

pull/13870/head
Rajkumar Kanagaraj 2020-11-10 17:36:38 +00:00
parent cc7ae38fed
commit 4c05ce874a
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
if("MCU_NRF52840" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_MCU_NRF52840)
elseif("NRF5x" IN_LIST MBED_TARGET_LABELS)
if("NRF5x" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_NRF5x)
endif()