summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-05-17 10:33:46 +0000
committerJohn Crispin <john@openwrt.org>2011-05-17 10:33:46 +0000
commit9abcc013059c05da2f8ce918981f24bb92ea8014 (patch)
tree4bf7aea6958eb9f2707642e97557d0e94ce5ed16 /tools/Makefile
parentc6a93676defb9113775e1ff3ba3d4c9f53640142 (diff)
downloadmtk-20170518-9abcc013059c05da2f8ce918981f24bb92ea8014.zip
mtk-20170518-9abcc013059c05da2f8ce918981f24bb92ea8014.tar.gz
mtk-20170518-9abcc013059c05da2f8ce918981f24bb92ea8014.tar.bz2
* adds mkelfimage
SVN-Revision: 26918
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 80c2d11..a49e0cf 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -19,7 +19,7 @@ tools-y += sstrip ipkg-utils genext2fs e2fsprogs mtd-utils mkimage
tools-y += firmware-utils patch-cmdline quilt yaffs2 flock
tools-y += mm-macros xorg-macros xfce-macros missing-macros xz cmake
tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2
-tools-$(CONFIG_TARGET_x86) += qemu
+tools-$(CONFIG_TARGET_x86) += qemu mkelfimage
ifneq ($(CONFIG_TARGET_ar71xx),)
tools-y += lzma-old squashfs
endif