aboutsummaryrefslogtreecommitdiff
path: root/services/spd/tlkd/tlkd.mk
blob: 56de0a642a73bbde9682a659761e6a6bde3c3533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

ifeq (${ERROR_DEPRECATED},0)
SPD_INCLUDES		:=	-Iinclude/bl32/payloads
endif

SPD_SOURCES		:=	services/spd/tlkd/tlkd_common.c		\
				services/spd/tlkd/tlkd_helpers.S	\
				services/spd/tlkd/tlkd_main.c		\
				services/spd/tlkd/tlkd_pm.c