]> git.sur5r.net Git - u-boot/blobdiff - scripts/Makefile.lib
Merge branch 'uboot'
[u-boot] / scripts / Makefile.lib
index 326844ce36e774e7390040501d3dfc17452c5844..072abaafb189b9f512a677e67ca2a571af2ce2c4 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