Browse Source

tools/mkimage: add back a fixed version of 040-include_order.patch to fix build errors on some systems (#12232)

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 36967
Felix Fietkau 12 years ago
parent
commit
bfab82392a
1 changed files with 14 additions and 0 deletions
  1. 14 0
      tools/mkimage/patches/040-include_order.patch

+ 14 - 0
tools/mkimage/patches/040-include_order.patch

@@ -0,0 +1,14 @@
+--- a/tools/Makefile
++++ b/tools/Makefile
+@@ -165,9 +165,9 @@ NOPEDOBJS := $(addprefix $(obj),$(NOPED_
+ # Define __KERNEL_STRICT_NAMES to prevent typedef overlaps
+ #
+ HOSTCPPFLAGS =	-include $(SRCTREE)/include/libfdt_env.h \
+-		-idirafter $(SRCTREE)/include \
++		-I $(SRCTREE)/include \
+ 		-idirafter $(OBJTREE)/include2 \
+-		-idirafter $(OBJTREE)/include \
++		-I $(OBJTREE)/include \
+ 	        -I $(SRCTREE)/lib/libfdt \
+ 		-I $(SRCTREE)/tools \
+ 		-DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \