X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fmkimage%2Fpatches%2F040-include_order.patch;fp=tools%2Fmkimage%2Fpatches%2F040-include_order.patch;h=0000000000000000000000000000000000000000;hb=8a2373d3cc7696219f8d8b3dc4ac22844edf43c6;hp=f94e91d700006fb2486196a73eb90bedfc6cb285;hpb=15816c9ccebfd6b774cc85b7038ac4f4aefeb55d;p=openwrt-github%2F.git diff --git a/tools/mkimage/patches/040-include_order.patch b/tools/mkimage/patches/040-include_order.patch deleted file mode 100644 index f94e91d700..0000000000 --- a/tools/mkimage/patches/040-include_order.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/tools/Makefile -+++ b/tools/Makefile -@@ -162,9 +162,9 @@ - # Use native tools and options - # Define __KERNEL_STRICT_NAMES to prevent typedef overlaps - # --HOSTCPPFLAGS = -idirafter $(SRCTREE)/include \ -+HOSTCPPFLAGS = -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) \