]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - scripts/Makefile.lib
Makefile: Support include files for .dts files
[karo-tx-uboot.git] / scripts / Makefile.lib
index c24c5e868a8f869f50c88d1798b6a2a23869e3d9..968123cfda25d8304b6c2a26f33a7331de99a6f6 100644 (file)
@@ -153,6 +153,7 @@ ld_flags       = $(LDFLAGS) $(ldflags-y)
 # Modified for U-Boot
 dtc_cpp_flags  = -Wp,-MD,$(depfile).pre.tmp -nostdinc                    \
                 -I$(srctree)/arch/$(ARCH)/dts                           \
+                -I$(srctree)/arch/$(ARCH)/dts/include                   \
                 -undef -D__DTS__
 
 # Finds the multi-part object the current object will be linked into