Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-11-03 04:27:49 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2010-11-03 04:27:49 +0300
commit5e9934028aa030312a1a2e2e32d5ceade8672beb (patch)
tree52f384d6c8e695fa2be1dbbc0a7e21e85033f3b2 /archival/Kbuild.src
parentdb5fe62b6d9977304b864f961dae71232091b26c (diff)
*: 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.src3
1 files changed, 1 insertions, 2 deletions
diff --git a/archival/Kbuild.src b/archival/Kbuild.src
index a0edb123d..e49d38538 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