diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-08-07 00:07:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-08-07 00:07:18 +0000 |
commit | bc041781a00071b84cf34e7323e8b458944ac495 (patch) | |
tree | 38d02e80426f30723c80b12d2a742036779d0a7a /tools/Makefile | |
parent | 033116d210fe57d0629c018ba356c3f91d8eca76 (diff) | |
download | upstream-bc041781a00071b84cf34e7323e8b458944ac495.tar.gz upstream-bc041781a00071b84cf34e7323e8b458944ac495.tar.bz2 upstream-bc041781a00071b84cf34e7323e8b458944ac495.zip |
add mklibs (based on a patch by florian) in preparation for optional library symbol stripping
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17154 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 71c0346a8a..0d91b1f956 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -11,7 +11,7 @@ curdir:=tools # subdirectories to descend into tools-y := tools-$(CONFIG_GCC_VERSION_4_3)$(CONFIG_GCC_VERSION_4_4) += gmp mpfr -tools-y += m4 autoconf automake bison pkg-config sed +tools-y += m4 autoconf automake bison pkg-config sed mklibs tools-y += sstrip ipkg-utils genext2fs squashfs squashfs4 mtd-utils lzma-old mkimage tools-y += firmware-utils patch-cmdline quilt yaffs2 |