diff options
author | Denys Vlasenko | 2010-11-03 02:27:49 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-11-03 02:27:49 +0100 |
commit | 5e9934028aa030312a1a2e2e32d5ceade8672beb (patch) | |
tree | 52f384d6c8e695fa2be1dbbc0a7e21e85033f3b2 /archival/Kbuild.src | |
parent | db5fe62b6d9977304b864f961dae71232091b26c (diff) | |
download | busybox-5e9934028aa030312a1a2e2e32d5ceade8672beb.zip busybox-5e9934028aa030312a1a2e2e32d5ceade8672beb.tar.gz |
*: move lzo compressor code to archival/libunarchive/. No code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/Kbuild.src')
-rw-r--r-- | archival/Kbuild.src | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archival/Kbuild.src b/archival/Kbuild.src index a0edb12..e49d385 100644 --- a/archival/Kbuild.src +++ b/archival/Kbuild.src @@ -19,8 +19,7 @@ lib-$(CONFIG_RPM) += rpm.o lib-$(CONFIG_TAR) += tar.o lib-$(CONFIG_UNZIP) += unzip.o -lib-$(CONFIG_LZOP) += lzop.o lzo1x_1.o lzo1x_1o.o lzo1x_d.o bbunzip.o -lib-$(CONFIG_LZOP_COMPR_HIGH) += lzo1x_9x.o +lib-$(CONFIG_LZOP) += lzop.o bbunzip.o lib-$(CONFIG_GZIP) += gzip.o bbunzip.o lib-$(CONFIG_BZIP2) += bzip2.o bbunzip.o |