summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-01-31 20:15:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-01-31 20:15:57 +0000
commit0756895047675381ed7aa2508e6e11659c10ed0e (patch)
treeeffb1d1b81c8af01d71b7d8ca2b63719ed3212b8 /tools/Makefile
parentca354290ebe11cc52f6d0002d8ef76d51eb147b8 (diff)
downloadmtk-20170518-0756895047675381ed7aa2508e6e11659c10ed0e.zip
mtk-20170518-0756895047675381ed7aa2508e6e11659c10ed0e.tar.gz
mtk-20170518-0756895047675381ed7aa2508e6e11659c10ed0e.tar.bz2
add tools/cmake
SVN-Revision: 25264
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 d8e7bfd..cefb008 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -17,7 +17,7 @@ endif
tools-y += m4 libtool autoconf automake flex bison pkg-config sed mklibs
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 missing-macros xz
+tools-y += mm-macros xorg-macros missing-macros xz cmake
tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2
tools-$(CONFIG_TARGET_x86) += qemu
ifneq ($(CONFIG_TARGET_ar71xx),)