gzip: use common bbunzip infrastructure - ~700 bytes code less

This commit is contained in:
Denis Vlasenko
2007-03-14 00:07:51 +00:00
parent 07766bb0e7
commit 75605788ff
4 changed files with 185 additions and 99 deletions

View File

@@ -14,7 +14,7 @@ lib-$(CONFIG_CPIO) += cpio.o
lib-$(CONFIG_DPKG) += dpkg.o
lib-$(CONFIG_DPKG_DEB) += dpkg_deb.o
lib-$(CONFIG_GUNZIP) += bbunzip.o
lib-$(CONFIG_GZIP) += gzip.o
lib-$(CONFIG_GZIP) += gzip.o bbunzip.o
lib-$(CONFIG_RPM2CPIO) += rpm2cpio.o
lib-$(CONFIG_RPM) += rpm.o
lib-$(CONFIG_TAR) += tar.o