summaryrefslogtreecommitdiff
path: root/services/spd/opteed/opteed.mk
blob: b1b21751f1a7e1e75e8234e89793286cd66057ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

OPTEED_DIR		:=	services/spd/opteed
SPD_INCLUDES		:=

SPD_SOURCES		:=	services/spd/opteed/opteed_common.c	\
				services/spd/opteed/opteed_helpers.S	\
				services/spd/opteed/opteed_main.c	\
				services/spd/opteed/opteed_pm.c

NEED_BL32		:=	yes