1*54fd6939SJiyong Park# 2*54fd6939SJiyong Park# Copyright (c) 2016-2019, Arm Limited and Contributors. All rights reserved. 3*54fd6939SJiyong Park# 4*54fd6939SJiyong Park# SPDX-License-Identifier: BSD-3-Clause 5*54fd6939SJiyong Park# 6*54fd6939SJiyong Park# This makefile only aims at complying with Trusted Firmware-A build process so 7*54fd6939SJiyong Park# that "optee" is a valid TF-A AArch32 Secure Playload identifier. 8*54fd6939SJiyong Park 9*54fd6939SJiyong Parkifneq ($(ARCH),aarch32) 10*54fd6939SJiyong Park$(error This directory targets AArch32 support) 11*54fd6939SJiyong Parkendif 12*54fd6939SJiyong Park 13*54fd6939SJiyong Park$(eval $(call add_define,AARCH32_SP_OPTEE)) 14*54fd6939SJiyong Park 15*54fd6939SJiyong Park$(info Trusted Firmware-A built for OP-TEE payload support) 16