aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mkimage/patches/040-include_order.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-05-05 20:11:04 +0000
committerLuka Perkov <luka@openwrt.org>2013-05-05 20:11:04 +0000
commitb693bfc710ef59f4b3564ea221f34a0317afefe3 (patch)
tree80214a074ea1e8d8bf03c60223329c8353373e8c /tools/mkimage/patches/040-include_order.patch
parentc7c243669c324b6b2592d397153a258c86efed5c (diff)
downloadupstream-b693bfc710ef59f4b3564ea221f34a0317afefe3.tar.gz
upstream-b693bfc710ef59f4b3564ea221f34a0317afefe3.tar.bz2
upstream-b693bfc710ef59f4b3564ea221f34a0317afefe3.zip
mkimage: update to 2013.04
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36550
Diffstat (limited to 'tools/mkimage/patches/040-include_order.patch')
-rw-r--r--tools/mkimage/patches/040-include_order.patch14
1 files changed, 0 insertions, 14 deletions
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) \