aboutsummaryrefslogtreecommitdiffstats
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
commit42f04353312d873836d2fa5956db66355d4ca30c (patch)
treeee8c324b69bdd3a764e20b46f40ca589eb0f146b /tools/Makefile
parent6c6588ff7384ea9be1d4e97c641b8035a354b5e4 (diff)
downloadupstream-42f04353312d873836d2fa5956db66355d4ca30c.tar.gz
upstream-42f04353312d873836d2fa5956db66355d4ca30c.tar.bz2
upstream-42f04353312d873836d2fa5956db66355d4ca30c.zip
add tools/cmake
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25264 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 d8e7bfd8ee..cefb008a42 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),)