summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2017-01-31 15:40:20 +0000
committerGitHub <noreply@github.com>2017-01-31 15:40:20 +0000
commitbcc2bf097703c07aabe543681ee2676981831f76 (patch)
tree08f959e45d3c7441d747e0a854b4a069a0b82990 /Makefile
parent474d4eca1ca907968b04a4903d4adefaec4568e1 (diff)
parent10bcd761574a5aaa208041382399e05275011603 (diff)
Merge pull request #821 from jeenu-arm/errata-printing
Errata printing infrastructure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c900e580..9e148fbd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2013-2016, ARM Limited and Contributors. All rights reserved.
+# Copyright (c) 2013-2017, ARM Limited and Contributors. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -180,6 +180,7 @@ INCLUDES += -Iinclude/bl1 \
-Iinclude/drivers/ti/uart \
-Iinclude/lib \
-Iinclude/lib/${ARCH} \
+ -Iinclude/lib/cpus \
-Iinclude/lib/cpus/${ARCH} \
-Iinclude/lib/el3_runtime \
-Iinclude/lib/el3_runtime/${ARCH} \