diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-05-11 17:09:07 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-09-04 22:35:22 +0200 |
commit | 1184e1f2b68573f72b25699dd413fa755bdc4aef (patch) | |
tree | 208a0afeef251f9311a678bbcfdb79a28ba467da /package/boot/uboot-envtools/patches | |
parent | 169152c8d118408ba62788a1e6b9eae368dc8b79 (diff) | |
download | upstream-1184e1f2b68573f72b25699dd413fa755bdc4aef.tar.gz upstream-1184e1f2b68573f72b25699dd413fa755bdc4aef.tar.bz2 upstream-1184e1f2b68573f72b25699dd413fa755bdc4aef.zip |
uboot-envtools: Update to U-Boot version 2019.07
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/boot/uboot-envtools/patches')
-rw-r--r-- | package/boot/uboot-envtools/patches/001-compile.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/uboot-envtools/patches/001-compile.patch b/package/boot/uboot-envtools/patches/001-compile.patch index f7ec9130d6..34072f309d 100644 --- a/package/boot/uboot-envtools/patches/001-compile.patch +++ b/package/boot/uboot-envtools/patches/001-compile.patch @@ -1,6 +1,6 @@ --- a/tools/env/Makefile +++ b/tools/env/Makefile -@@ -10,6 +10,10 @@ +@@ -8,6 +8,10 @@ # with "CC" here for the maximum code reuse of scripts/Makefile.host. override HOSTCC = $(CC) @@ -9,5 +9,5 @@ +endif + # Compile for a hosted environment on the target - HOST_EXTRACFLAGS = $(patsubst -I%,-idirafter%, $(filter -I%, $(UBOOTINCLUDE))) \ - -idirafter $(srctree)/tools/env \ + HOST_EXTRACFLAGS = -I$(srctree)/tools \ + $(patsubst -I%,-idirafter%, $(filter -I%, $(UBOOTINCLUDE))) \ |