summaryrefslogtreecommitdiff
path: root/services/spd/tspd/tspd.mk
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2019-02-11 11:57:57 +0000
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2019-02-12 11:58:22 +0000
commitb29c1b0030996977fd20a1dc5fb244eac526b6e8 (patch)
treed5851e5f72dcc1187b6943a1e7dcb2776bf8b201 /services/spd/tspd/tspd.mk
parent873e394b3bf93214a441f9f98237b58fbbea55aa (diff)
Sanitize SPD include paths
Commit 09d40e0e0828 ("Sanitise includes across codebase") modified the include paths of the TSP includes but it didn't remove the include path from the makefile or did the same for TLK. This patch does the remaining work. Change-Id: Iecee2e88fabcd06989d35568c3a4c1f4e7d93572 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'services/spd/tspd/tspd.mk')
-rw-r--r--services/spd/tspd/tspd.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/spd/tspd/tspd.mk b/services/spd/tspd/tspd.mk
index 1457360a..bda83388 100644
--- a/services/spd/tspd/tspd.mk
+++ b/services/spd/tspd/tspd.mk
@@ -5,7 +5,10 @@
#
TSPD_DIR := services/spd/tspd
+
+ifeq (${ERROR_DEPRECATED},0)
SPD_INCLUDES := -Iinclude/bl32/tsp
+endif
SPD_SOURCES := services/spd/tspd/tspd_common.c \
services/spd/tspd/tspd_helpers.S \