summaryrefslogtreecommitdiff
path: root/services/spd/trusty/trusty.mk
blob: 43b80bba7d3c0d71d157e8d0a788022ba69ac1ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Copyright (c) 2016-2019, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

SPD_INCLUDES		:=

SPD_SOURCES		:=	services/spd/trusty/trusty.c		\
				services/spd/trusty/trusty_helpers.S

ifeq (${TRUSTY_SPD_WITH_GENERIC_SERVICES},1)
SPD_SOURCES		+=	services/spd/trusty/generic-arm64-smcall.c
endif

NEED_BL32		:=	yes

CTX_INCLUDE_FPREGS	:=	1