Skip to content

Commit 09dd4d2

Browse files
committed
CMake platform: remove IAR related CMakeLists
Not supported
1 parent 2660621 commit 09dd4d2

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

platform/source/CMakeLists.txt

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

4-
if("CORTEX_A" IN_LIST MBED_TARGET_LABELS)
5-
add_subdirectory(TARGET_CORTEX_A)
6-
elseif("CORTEX_M" IN_LIST MBED_TARGET_LABELS)
4+
if("CORTEX_M" IN_LIST MBED_TARGET_LABELS)
75
add_subdirectory(TARGET_CORTEX_M)
86
endif()
97

platform/source/TARGET_CORTEX_A/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)