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 2660621 commit 09dd4d2Copy full SHA for 09dd4d2
platform/source/CMakeLists.txt
@@ -1,9 +1,7 @@
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-if("CORTEX_A" IN_LIST MBED_TARGET_LABELS)
5
- add_subdirectory(TARGET_CORTEX_A)
6
-elseif("CORTEX_M" IN_LIST MBED_TARGET_LABELS)
+if("CORTEX_M" IN_LIST MBED_TARGET_LABELS)
7
add_subdirectory(TARGET_CORTEX_M)
8
endif()
9
platform/source/TARGET_CORTEX_A/CMakeLists.txt
0 commit comments