diff options
Diffstat (limited to 'archival/Kbuild.src')
-rw-r--r-- | archival/Kbuild.src | 5 |
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 | ||
7 | libs-y += libunarchive/ | 7 | libs-y += libarchive/ |
8 | 8 | ||
9 | lib-y:= | 9 | lib-y:= |
10 | 10 | ||
@@ -19,8 +19,7 @@ lib-$(CONFIG_RPM) += rpm.o | |||
19 | lib-$(CONFIG_TAR) += tar.o | 19 | lib-$(CONFIG_TAR) += tar.o |
20 | lib-$(CONFIG_UNZIP) += unzip.o | 20 | lib-$(CONFIG_UNZIP) += unzip.o |
21 | 21 | ||
22 | lib-$(CONFIG_LZOP) += lzop.o lzo1x_1.o lzo1x_1o.o lzo1x_d.o bbunzip.o | 22 | lib-$(CONFIG_LZOP) += lzop.o bbunzip.o |
23 | lib-$(CONFIG_LZOP_COMPR_HIGH) += lzo1x_9x.o | ||
24 | lib-$(CONFIG_GZIP) += gzip.o bbunzip.o | 23 | lib-$(CONFIG_GZIP) += gzip.o bbunzip.o |
25 | lib-$(CONFIG_BZIP2) += bzip2.o bbunzip.o | 24 | lib-$(CONFIG_BZIP2) += bzip2.o bbunzip.o |
26 | 25 | ||