diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-09 20:49:55 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-09 20:49:55 +0000 |
commit | bebbd8c9baaa7a2da5ac9ab484f54ce3115982d5 (patch) | |
tree | 14bbc1d2a6a996403bc823be203a2283caf0d95f /archival/Kbuild | |
parent | f25d57e0b40efbd5dcb4ccd38a9c9f054faa9446 (diff) | |
download | busybox-w32-bebbd8c9baaa7a2da5ac9ab484f54ce3115982d5.tar.gz busybox-w32-bebbd8c9baaa7a2da5ac9ab484f54ce3115982d5.tar.bz2 busybox-w32-bebbd8c9baaa7a2da5ac9ab484f54ce3115982d5.zip |
bbunzip: size optimization: ~90 bytes
Diffstat (limited to 'archival/Kbuild')
-rw-r--r-- | archival/Kbuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archival/Kbuild b/archival/Kbuild index 50b90fa93..011feee5f 100644 --- a/archival/Kbuild +++ b/archival/Kbuild | |||
@@ -8,15 +8,15 @@ libs-y += libunarchive/ | |||
8 | 8 | ||
9 | lib-y:= | 9 | lib-y:= |
10 | lib-$(CONFIG_AR) += ar.o | 10 | lib-$(CONFIG_AR) += ar.o |
11 | lib-$(CONFIG_BUNZIP2) += bbunzip.o ### bunzip2.o | 11 | lib-$(CONFIG_BUNZIP2) += bbunzip.o |
12 | lib-$(CONFIG_UNLZMA) += bbunzip.o ### unlzma.o | 12 | lib-$(CONFIG_UNLZMA) += bbunzip.o |
13 | lib-$(CONFIG_CPIO) += cpio.o | 13 | lib-$(CONFIG_CPIO) += cpio.o |
14 | lib-$(CONFIG_DPKG) += dpkg.o | 14 | lib-$(CONFIG_DPKG) += dpkg.o |
15 | lib-$(CONFIG_DPKG_DEB) += dpkg_deb.o | 15 | lib-$(CONFIG_DPKG_DEB) += dpkg_deb.o |
16 | lib-$(CONFIG_GUNZIP) += bbunzip.o ### gunzip.o | 16 | lib-$(CONFIG_GUNZIP) += bbunzip.o |
17 | lib-$(CONFIG_GZIP) += gzip.o | 17 | lib-$(CONFIG_GZIP) += gzip.o |
18 | lib-$(CONFIG_RPM2CPIO) += rpm2cpio.o | 18 | lib-$(CONFIG_RPM2CPIO) += rpm2cpio.o |
19 | lib-$(CONFIG_RPM) += rpm.o | 19 | lib-$(CONFIG_RPM) += rpm.o |
20 | lib-$(CONFIG_TAR) += tar.o | 20 | lib-$(CONFIG_TAR) += tar.o |
21 | lib-$(CONFIG_UNCOMPRESS) += bbunzip.o ### uncompress.o | 21 | lib-$(CONFIG_UNCOMPRESS) += bbunzip.o |
22 | lib-$(CONFIG_UNZIP) += unzip.o | 22 | lib-$(CONFIG_UNZIP) += unzip.o |