aboutsummaryrefslogtreecommitdiff
path: root/archival/Kbuild.src
diff options
context:
space:
mode:
Diffstat (limited to 'archival/Kbuild.src')
-rw-r--r--archival/Kbuild.src5
1 files changed, 2 insertions, 3 deletions
diff --git a/archival/Kbuild.src b/archival/Kbuild.src
index a0edb123d..3466452f7 100644
--- a/archival/Kbuild.src
+++ b/archival/Kbuild.src
@@ -4,7 +4,7 @@
4# 4#
5# Licensed under GPLv2, see file LICENSE in this source tree. 5# Licensed under GPLv2, see file LICENSE in this source tree.
6 6
7libs-y += libunarchive/ 7libs-y += libarchive/
8 8
9lib-y:= 9lib-y:=
10 10
@@ -19,8 +19,7 @@ lib-$(CONFIG_RPM) += rpm.o
19lib-$(CONFIG_TAR) += tar.o 19lib-$(CONFIG_TAR) += tar.o
20lib-$(CONFIG_UNZIP) += unzip.o 20lib-$(CONFIG_UNZIP) += unzip.o
21 21
22lib-$(CONFIG_LZOP) += lzop.o lzo1x_1.o lzo1x_1o.o lzo1x_d.o bbunzip.o 22lib-$(CONFIG_LZOP) += lzop.o bbunzip.o
23lib-$(CONFIG_LZOP_COMPR_HIGH) += lzo1x_9x.o
24lib-$(CONFIG_GZIP) += gzip.o bbunzip.o 23lib-$(CONFIG_GZIP) += gzip.o bbunzip.o
25lib-$(CONFIG_BZIP2) += bzip2.o bbunzip.o 24lib-$(CONFIG_BZIP2) += bzip2.o bbunzip.o
26 25