summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordp-arm <dimitris.papastamos@arm.com>2016-08-15 10:33:08 +0100
committerdp-arm <dimitris.papastamos@arm.com>2016-08-26 09:41:44 +0100
commitafdda571f17ce7f5baa425c217b84604360879d4 (patch)
tree7b1c1751cebd5d40e69dde03e7cb42dc08e23c49 /Makefile
parentc2229abd75dc0e18a67188746670870404a2d5a8 (diff)
Move pmf headers to include/lib/pmf
More headers will be needed soon so better to move these to their own directory to avoid cluttering include/lib. Change-Id: I6a72dc5b602d6f51954cf60aadd1beb52a268670
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bdfb4f04..49d7cc4b 100644
--- a/Makefile
+++ b/Makefile
@@ -250,6 +250,7 @@ INCLUDES += -Iinclude/bl1 \
-Iinclude/lib/cpus/${ARCH} \
-Iinclude/lib/el3_runtime \
-Iinclude/lib/el3_runtime/${ARCH} \
+ -Iinclude/lib/pmf \
-Iinclude/lib/psci \
-Iinclude/plat/common \
-Iinclude/services \