diff options
author | John Crispin <john@openwrt.org> | 2011-05-17 10:33:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-05-17 10:33:46 +0000 |
commit | 9abcc013059c05da2f8ce918981f24bb92ea8014 (patch) | |
tree | 4bf7aea6958eb9f2707642e97557d0e94ce5ed16 /tools/Makefile | |
parent | c6a93676defb9113775e1ff3ba3d4c9f53640142 (diff) | |
download | upstream-9abcc013059c05da2f8ce918981f24bb92ea8014.tar.gz upstream-9abcc013059c05da2f8ce918981f24bb92ea8014.tar.bz2 upstream-9abcc013059c05da2f8ce918981f24bb92ea8014.zip |
* adds mkelfimage
SVN-Revision: 26918
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 80c2d11628..a49e0cf97e 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 |