blob: ad40eba9c96f531c0a5411e7749be5887bd7fe13 [file] [log] [blame]
Antonio de Angelisad2baa42019-05-09 11:48:45 +01001#-------------------------------------------------------------------------------
2# Copyright (c) 2019, Arm Limited. All rights reserved.
3#
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.")
Antonio de Angelisad2baa42019-05-09 11:48:45 +01009
Ken Liue40f9a22019-06-03 16:42:47 +080010if(NOT DEFINED TFM_ROOT_DIR)
11 message(FATAL_ERROR "Variable TFM_ROOT_DIR is not set!")
Antonio de Angelisad2baa42019-05-09 11:48:45 +010012endif()
13
Ken Liue40f9a22019-06-03 16:42:47 +080014include ("${TFM_ROOT_DIR}/configs/ConfigPsaApiTestIPCTfmLevel2.cmake")