diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-08 16:09:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-08 16:09:57 +0000 |
commit | 76ca87a06041d6b7ad13b0653b86107eb5427a00 (patch) | |
tree | 9796533e8d65ad63288bc6ecc7af1f5e639f0ff2 /tools | |
parent | bd74df01b10363c67dc36d7b4fa47aac85871db7 (diff) | |
download | upstream-76ca87a06041d6b7ad13b0653b86107eb5427a00.tar.gz upstream-76ca87a06041d6b7ad13b0653b86107eb5427a00.tar.bz2 upstream-76ca87a06041d6b7ad13b0653b86107eb5427a00.zip |
tools: fix mtools/dosfstools related build system warnings
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42442
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index a7e4319c93..4a30c8c539 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -33,9 +33,8 @@ tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 tools-$(CONFIG_powerpc) += upx tools-$(CONFIG_TARGET_x86) += qemu tools-$(CONFIG_TARGET_mxs) += elftosb -tools-$(CONFIG_TARGET_brcm2708) += mtools dosfstools +tools-$(CONFIG_TARGET_brcm2708)$(CONFIG_TARGET_sunxi) += mtools dosfstools tools-$(CONFIG_TARGET_ar71xx) += lzma-old squashfs -tools-$(CONFIG_TARGET_sunxi) += mtools dosfstools tools-y += lzma squashfs4 tools-$(BUILD_B43_TOOLS) += b43-tools tools-$(BUILD_PPL_CLOOG) += ppl cloog |