blob: 7de3f75d871e4162cd21cb7718dd15b8d039df39 [file] [log] [blame]
Edison Aie53408d2019-01-22 11:38:37 +08001#-------------------------------------------------------------------------------
Ken Liue40f9a22019-06-03 16:42:47 +08002# Copyright (c) 2019, Arm Limited. All rights reserved.
Edison Aie53408d2019-01-22 11:38:37 +08003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
Ken Liue40f9a22019-06-03 16:42:47 +08008message(WARNING "Please use the configs available in the ./config sub-directory.")
Edison Aie53408d2019-01-22 11:38:37 +08009
Ken Liue40f9a22019-06-03 16:42:47 +080010if(NOT DEFINED TFM_ROOT_DIR)
11 message(FATAL_ERROR "Variable TFM_ROOT_DIR is not set!")
Edison Aie53408d2019-01-22 11:38:37 +080012endif()
13
Ken Liue40f9a22019-06-03 16:42:47 +080014include ("${TFM_ROOT_DIR}/configs/ConfigCoreIPCTfmLevel2.cmake")