xref: /rk3399_ARM-atf/services/spd/opteed/opteed.mk (revision bed42a5d28732aa6e933dc94c53a164ea5620d8e)
1#
2# Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7OPTEED_DIR		:=	services/spd/opteed
8SPD_INCLUDES		:=
9
10SPD_SOURCES		:=	services/spd/opteed/opteed_common.c	\
11				services/spd/opteed/opteed_helpers.S	\
12				services/spd/opteed/opteed_main.c	\
13				services/spd/opteed/opteed_pm.c
14
15NEED_BL32		:=	yes
16