mkimage: update to 2013.04

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 36550
This commit is contained in:
Luka Perkov
2013-05-05 20:11:04 +00:00
parent c7c243669c
commit b693bfc710
6 changed files with 96 additions and 24 deletions

View File

@@ -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) \