blob: cd8e11f178c895a87641aa05daf25ee693bac15f [file] [log] [blame]
Raef Colesdf3f6ce2021-05-26 14:21:07 +01001#-------------------------------------------------------------------------------
2# Copyright (c) 2021-2022, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8if(NOT BL1)
9 return()
10endif()
11
12if (TFM_MULTI_CORE_TOPOLOGY)
13 include(${CMAKE_SOURCE_DIR}/platform/ext/target/${TFM_PLATFORM}/preload.cmake)
14 tfm_toolchain_reload_compiler()
15endif()
16
17add_subdirectory(bl1_1)
18add_subdirectory(bl1_2)