]> Pileus Git - ~andy/linux/blobdiff - scripts/Makefile.lib
kbuild: create an "include chroot" for DT bindings
[~andy/linux] / scripts / Makefile.lib
index 07125e697d7a980efdb0f9136ee5741fe8cf0473..af35521b00a4d1578939bce1098e33facc7b460a 100644 (file)
@@ -158,7 +158,7 @@ ld_flags       = $(LDFLAGS) $(ldflags-y)
 
 dtc_cpp_flags  = -Wp,-MD,$(depfile) -nostdinc                            \
                 -I$(srctree)/arch/$(SRCARCH)/boot/dts                   \
-                -I$(srctree)/arch/$(SRCARCH)/include/dts                \
+                -I$(srctree)/arch/$(SRCARCH)/boot/dts/include           \
                 -undef -D__DTS__
 
 # Finds the multi-part object the current object will be linked into