summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-03-16 12:42:32 +0000
committerGitHub <noreply@github.com>2017-03-16 12:42:32 +0000
commit28ee754d15a885c290a42827b5626df05f0a8676 (patch)
tree758c3e776d322ff4c178a6c191fb9befa713fecc /Makefile
parentfa971fca2f16b3085499bc79066a8ba792841f13 (diff)
parentbf75a3710ca67cbcc475be7df601e0dc2cd332c3 (diff)
Merge pull request #856 from antonio-nino-diaz-arm/an/dynamic-xlat
Introduce version 2 of the translation tables library
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 932fb3b5..1727f842 100644
--- a/Makefile
+++ b/Makefile
@@ -191,6 +191,7 @@ INCLUDES += -Iinclude/bl1 \
-Iinclude/lib/el3_runtime/${ARCH} \
-Iinclude/lib/pmf \
-Iinclude/lib/psci \
+ -Iinclude/lib/xlat_tables \
-Iinclude/plat/common \
-Iinclude/services \
${PLAT_INCLUDES} \