diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-02-28 19:26:07 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-02-28 19:27:47 +0000 |
commit | c4dd2441e7875c9550820f8380b3e41ca619ef27 (patch) | |
tree | d479e4f0db93c55e430bb3d6267426de5dd35e26 /tools/Makefile | |
parent | 3ffc30f05aef1a72bc16af8665032164b152fc15 (diff) | |
download | upstream-c4dd2441e7875c9550820f8380b3e41ca619ef27.tar.gz upstream-c4dd2441e7875c9550820f8380b3e41ca619ef27.tar.bz2 upstream-c4dd2441e7875c9550820f8380b3e41ca619ef27.zip |
tools: add xxd (from vim)
U-Boot requires xxd to create the default environment from an external
file as done in uboot-mediatek.
Build xxd (only, not the rest of vim) as part of tools to make sure it
is present on the buildhost.
Reported-by: David Bauer <mail@david-bauer.net>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 65e0493e14..1d7da0756d 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -25,7 +25,7 @@ tools-y += autoconf autoconf-archive automake bc bison cmake cpio dosfstools tools-y += e2fsprogs fakeroot findutils firmware-utils flex gengetopt tools-y += libressl libtool lzma m4 make-ext4fs missing-macros mkimage tools-y += mklibs mm-macros mtd-utils mtools padjffs2 patch-image -tools-y += patchelf pkgconf quilt squashfskit4 sstrip zip zlib zstd +tools-y += patchelf pkgconf quilt squashfskit4 sstrip xxd zip zlib zstd tools-$(BUILD_B43_TOOLS) += b43-tools tools-$(BUILD_ISL) += isl tools-$(BUILD_TOOLCHAIN) += expat gmp libelf mpc mpfr |