diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-07 00:07:18 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-07 00:07:18 +0000 |
commit | df1a3208d3550642652781516234bb9d1bd545c6 (patch) | |
tree | 38d02e80426f30723c80b12d2a742036779d0a7a /tools/Makefile | |
parent | 749f338dab038e604a1a5bfc775cf698538873e6 (diff) |
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 |