aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-05-08 12:09:03 +0100
committerAlex Shi <alex.shi@linaro.org>2014-05-27 15:21:45 +0800
commit905ed14a09d9478123f9ecfef47c2d91cd77587d (patch)
tree6d644f265328358ad972c11eb6efae59f8ec9306
parent455c6fdbd219161bd09b1165f11699d6d73de11c (diff)
dtc: Use general include directory
Since newer DT bindings include references to include/dt-bindings we need to make this available to build DTs using them. Upstream has a number of reworkings which are much more invasive but featureful, just include a minimal fix. Signed-off-by: Mark Brown <broonie@linaro.org> (cherry picked from lsk commit 17b540de3606cf13203bb5c993477b851bdc9485) Signed-off-by: Alex Shi <alex.shi@linaro.org> Conflicts: scripts/Makefile.lib
-rw-r--r--scripts/Makefile.lib1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 79c059e70860..5ce9d7d3c7b3 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -153,6 +153,7 @@ dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \
-I$(srctree)/arch/$(SRCARCH)/boot/dts \
-I$(srctree)/arch/$(SRCARCH)/boot/dts/include \
-I$(srctree)/drivers/of/testcase-data \
+ -I$(srctree)/include \
-undef -D__DTS__
# Finds the multi-part object the current object will be linked into