xref: /aosp_15_r20/external/arm-trusted-firmware/bl32/optee/optee.mk (revision 54fd6939e177f8ff529b10183254802c76df6d08)
1#
2# Copyright (c) 2016-2019, Arm Limited and Contributors. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6# 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.
8
9ifneq ($(ARCH),aarch32)
10$(error This directory targets AArch32 support)
11endif
12
13$(eval $(call add_define,AARCH32_SP_OPTEE))
14
15$(info Trusted Firmware-A built for OP-TEE payload support)
16