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