Gyorgy Szing | 4909180 | 2020-11-24 00:33:09 +0100 | [diff] [blame^] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #------------------------------------------------------------------------------- |
| 7 | |
| 8 | ifeq (,${TS_INSTALL_PREFIX}) |
| 9 | $(error TS_INSTALL_PREFIX is not defined!) |
| 10 | endif |
| 11 | |
| 12 | ifeq (,${@EXPORT_SP_UUID@-included}) |
| 13 | @EXPORT_SP_UUID@-included=y |
| 14 | endif |
| 15 | |
| 16 | OPTEE_OS_COMMON_EXTRA_FLAGS+=EARLY_TA_PATHS+=${TS_INSTALL_PREFIX}/bin/@EXPORT_SP_UUID@.stripped.elf |