Raef Coles | 54940f0 | 2022-01-07 12:38:49 +0000 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Copyright (c) 2022, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #------------------------------------------------------------------------------- |
| 7 | |
| 8 | cmake_minimum_required(VERSION 3.13) |
| 9 | |
| 10 | if(NOT TEST_BL2 OR NOT BL2) |
| 11 | return() |
| 12 | endif() |
| 13 | |
| 14 | if (TFM_MULTI_CORE_TOPOLOGY) |
| 15 | include(${CMAKE_SOURCE_DIR}/platform/ext/target/${TFM_PLATFORM}/preload.cmake) |
| 16 | tfm_toolchain_reload_compiler() |
| 17 | endif() |
| 18 | |
| 19 | add_subdirectory(mcuboot) |