diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2013-06-26 10:15:29 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2013-06-26 10:15:29 +0000 |
commit | 82ae24602a1b2c50252bed9e20dec751e780e9e3 (patch) | |
tree | e227a94869aabb17433b4995dbd2f1bbdfea7e93 /tools/Makefile | |
parent | cb66ed972bb25e341a659884df598b936b606388 (diff) | |
download | mtk-20170518-82ae24602a1b2c50252bed9e20dec751e780e9e3.zip mtk-20170518-82ae24602a1b2c50252bed9e20dec751e780e9e3.tar.gz mtk-20170518-82ae24602a1b2c50252bed9e20dec751e780e9e3.tar.bz2 |
tools: add tools for i.MX23 boards
SVN-Revision: 37035
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 1d65e50..61b53a9 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -20,6 +20,7 @@ tools-y += mm-macros xorg-macros xfce-macros missing-macros xz cmake scons tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 tools-$(CONFIG_powerpc) += upx tools-$(CONFIG_TARGET_x86) += qemu +tools-$(CONFIG_TARGET_imx23) += elftosb tools-$(CONFIG_TARGET_brcm2708) += mtools dosfstools ifneq ($(CONFIG_TARGET_ar71xx),) tools-y += lzma-old squashfs |