Remove custom board from CMakeLists.txt

pull/14303/head
Yong Cong Sin 2021-02-20 18:27:38 +08:00 committed by GitHub
parent d81f520073
commit d458f24680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
# Copyright (c) 2020 ARM Limited. All rights reserved. # Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
add_subdirectory(TARGET_IVM22_F103RE EXCLUDE_FROM_ALL)
if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM") if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
set(STARTUP_FILE TOOLCHAIN_GCC_ARM/startup_stm32f103xe.S) set(STARTUP_FILE TOOLCHAIN_GCC_ARM/startup_stm32f103xe.S)
set(LINKER_FILE TOOLCHAIN_GCC_ARM/stm32f103xe.ld) set(LINKER_FILE TOOLCHAIN_GCC_ARM/stm32f103xe.ld)