CMake platform: remove IAR related CMakeLists

Not supported
pull/14295/head
Martin Kojtal 2021-02-17 09:15:47 +00:00
parent 26606218ad
commit 09dd4d2582
2 changed files with 1 additions and 13 deletions

View File

@ -1,9 +1,7 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
if("CORTEX_A" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_CORTEX_A)
elseif("CORTEX_M" IN_LIST MBED_TARGET_LABELS)
if("CORTEX_M" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_CORTEX_M)
endif()

View File

@ -1,10 +0,0 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
function(_mbed_get_system_init)
if(${MBED_TOOLCHAIN} STREQUAL "IAR")
target_sources(mbed-core PRIVATE TOOLCHAIN_IAR/cmain.S)
endif()
endfunction()
_mbed_get_system_init()