Etienne Carriere | dc8bbb4 | 2018-02-05 10:42:42 +0100 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | # This makefile only aims at complying with ARM Trusted Firmware build process so |
| 7 | # that "optee" is a valid ARM Trusted Firmware AArch32 Secure Playload identifier. |
| 8 | |
| 9 | ifneq ($(ARCH),aarch32) |
| 10 | $(error This directory targets AArch32 support) |
| 11 | endif |
| 12 | |
| 13 | $(eval $(call add_define,AARCH32_SP_OPTEE)) |
| 14 | |
| 15 | $(info ARM Trusted Firmware built for OP-TEE payload support) |