commit | 6419ea32296df38d5692cee90245a6139f93bb6d | [log] [tgz] |
---|---|---|
author | dp-arm <dimitris.papastamos@arm.com> | Mon Aug 15 10:33:08 2016 +0100 |
committer | dp-arm <dimitris.papastamos@arm.com> | Fri Aug 26 09:41:44 2016 +0100 |
tree | 7b1c1751cebd5d40e69dde03e7cb42dc08e23c49 | |
parent | 247aaca2e85c064da61c67a6f1724d5804eb2022 [diff] [blame] |
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
diff --git a/Makefile b/Makefile index bdfb4f0..49d7cc4 100644 --- a/Makefile +++ b/Makefile
@@ -250,6 +250,7 @@ -Iinclude/lib/cpus/${ARCH} \ -Iinclude/lib/el3_runtime \ -Iinclude/lib/el3_runtime/${ARCH} \ + -Iinclude/lib/pmf \ -Iinclude/lib/psci \ -Iinclude/plat/common \ -Iinclude/services \