CMake: remove M2351 cmakelists, not supported yet

pull/13922/head
Martin Kojtal 2020-11-20 13:46:15 +00:00
parent 58bf0ed9f2
commit 6574054d26
4 changed files with 0 additions and 30 deletions

View File

@ -1,6 +0,0 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
if("NU_PREBUILD_SECURE" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_NU_PREBUILD_SECURE)
endif()

View File

@ -1,7 +0,0 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
target_sources(mbed-core
INTERFACE
NuMaker-mbed-TZ-secure-example.hex
)

View File

@ -1,6 +0,0 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
if("NU_PREBUILD_SECURE" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_NU_PREBUILD_SECURE)
endif()

View File

@ -1,11 +0,0 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
target_sources(mbed-core
INTERFACE
crypto_access_control.hex
spm_client.hex
spm_server.hex
spm_smoke.hex
tfm.hex
)