blob: c8aa7cece3c1dd6a107ee526175a1124ec61c619 [file] [log] [blame]
Etienne Carrieredc8bbb42018-02-05 10:42:42 +01001#
John Tsichritzis63801cd2019-07-05 14:22:12 +01002# Copyright (c) 2016-2019, Arm Limited and Contributors. All rights reserved.
Etienne Carrieredc8bbb42018-02-05 10:42:42 +01003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
John Tsichritzis63801cd2019-07-05 14:22:12 +01006# This makefile only aims at complying with Trusted Firmware-A build process so
7# that "optee" is a valid TF-A AArch32 Secure Playload identifier.
Etienne Carrieredc8bbb42018-02-05 10:42:42 +01008
9ifneq ($(ARCH),aarch32)
10$(error This directory targets AArch32 support)
11endif
12
13$(eval $(call add_define,AARCH32_SP_OPTEE))
14
John Tsichritzis63801cd2019-07-05 14:22:12 +010015$(info Trusted Firmware-A built for OP-TEE payload support)