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 | 36aa20bdab8284c503b5871288f2ffe1b0ea4074 (patch) | |
tree | d7cb0b10083ba506fd651e1e3a60e119703b2e72 /tools/Makefile | |
parent | 5138aa203ee761847a56143eb3ab6136df36ae51 (diff) | |
download | upstream-36aa20bdab8284c503b5871288f2ffe1b0ea4074.tar.gz upstream-36aa20bdab8284c503b5871288f2ffe1b0ea4074.tar.bz2 upstream-36aa20bdab8284c503b5871288f2ffe1b0ea4074.zip |
add mklibs (based on a patch by florian) in preparation for optional library symbol stripping
SVN-Revision: 17154
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 |