summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-03-21 14:28:11 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-04-28 14:18:25 +0200
commit5d0362c5d350ffdd9c9df016b0a86e2c18b796a3 (patch)
tree1d7adee0056faccfd3590bc27667f835bb0f188f /Makefile
parenta115d5f94398bf0da9dcbe7912b177253d28e7b9 (diff)
downloadbarebox-5d0362c5d350ffdd9c9df016b0a86e2c18b796a3.tar.gz
barebox-5d0362c5d350ffdd9c9df016b0a86e2c18b796a3.tar.xz
dts: Use dt-bindings from kernel
barebox used to have its own include/dt-bindings with files copied from the corresponding kernel files. Use upstream dt-bindings directly instead. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 83638a06d3..c654f4fba6 100644
--- a/Makefile
+++ b/Makefile
@@ -290,7 +290,7 @@ export MODVERDIR := $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/).tmp_ve
# Use LINUXINCLUDE when you must reference the include/ directory.
# Needed to be compatible with the O= option
-LINUXINCLUDE := -Iinclude \
+LINUXINCLUDE := -Iinclude -I$(srctree)/dts/include \
$(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) \
-I$(srctree)/arch/$(ARCH)/include \
-I$(objtree)/arch/$(ARCH)/include \