diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2014-09-07 23:38:03 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-09-07 23:38:03 +0000 |
commit | d932a2bd62789bcf7584edda7eb1dfee0fad1ebc (patch) | |
tree | 03a87af0fa30421a847fae4d6b225c75f07ec0f1 | |
parent | 60b81acd602496d9b929d680c78b387d06b80ed1 (diff) | |
download | upstream-d932a2bd62789bcf7584edda7eb1dfee0fad1ebc.tar.gz upstream-d932a2bd62789bcf7584edda7eb1dfee0fad1ebc.tar.bz2 upstream-d932a2bd62789bcf7584edda7eb1dfee0fad1ebc.zip |
tools: build dosfstools and mtools for sunxi
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42435
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 9595d6242b..a7e4319c93 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -35,6 +35,7 @@ tools-$(CONFIG_TARGET_x86) += qemu tools-$(CONFIG_TARGET_mxs) += elftosb tools-$(CONFIG_TARGET_brcm2708) += 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 |