diff options
author | Luka Perkov <luka@openwrt.org> | 2014-11-29 22:43:59 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-11-29 22:43:59 +0000 |
commit | 25d8cb275e1f16bb80c6d05dcf6d73d8d6882053 (patch) | |
tree | 7f6d41071498538edf4f3927515e4d84e65f66eb /tools/mkimage/patches/040-include_order.patch | |
parent | 070d3b27c223f23a4793667264441f8c2f008755 (diff) | |
download | upstream-25d8cb275e1f16bb80c6d05dcf6d73d8d6882053.tar.gz upstream-25d8cb275e1f16bb80c6d05dcf6d73d8d6882053.tar.bz2 upstream-25d8cb275e1f16bb80c6d05dcf6d73d8d6882053.zip |
mkimage: update to 2014.10
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43428
Diffstat (limited to 'tools/mkimage/patches/040-include_order.patch')
-rw-r--r-- | tools/mkimage/patches/040-include_order.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mkimage/patches/040-include_order.patch b/tools/mkimage/patches/040-include_order.patch index 66f703c855..3b9ecc6bd3 100644 --- a/tools/mkimage/patches/040-include_order.patch +++ b/tools/mkimage/patches/040-include_order.patch @@ -1,10 +1,10 @@ --- a/tools/Makefile +++ b/tools/Makefile -@@ -193,7 +193,7 @@ +@@ -194,7 +194,7 @@ endif # !LOGO_BMP # Define _GNU_SOURCE to obtain the getline prototype from stdio.h # HOST_EXTRACFLAGS += -include $(srctree)/include/libfdt_env.h \ -- $(patsubst -I%,-idirafter%, $(UBOOTINCLUDE)) \ +- $(patsubst -I%,-idirafter%, $(filter -I%, $(UBOOTINCLUDE))) \ + -I$(srctree)/include \ -I$(srctree)/lib/libfdt \ -I$(srctree)/tools \ |