mirror of https://github.com/ARMmbed/mbed-os.git
Remove add subdirectory of TARGET_MCU_NRF52840 as it contains only mbed_lib.json
parent
cc7ae38fed
commit
4c05ce874a
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue