aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archival/libunarchive/Makefile')
-rw-r--r--archival/libunarchive/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/archival/libunarchive/Makefile b/archival/libunarchive/Makefile
index 0c7219dcd..a8409a432 100644
--- a/archival/libunarchive/Makefile
+++ b/archival/libunarchive/Makefile
@@ -20,7 +20,7 @@
20TOPDIR :=../.. 20TOPDIR :=../..
21L_TARGET := libunarchive.a 21L_TARGET := libunarchive.a
22 22
23obj-y := unarchive.o seek_sub_file.o 23obj-y := unarchive.o seek_sub_file.o
24obj-n := 24obj-n :=
25obj- := 25obj- :=
26 26
@@ -41,13 +41,17 @@ ifeq ($(CONFIG_CPIO),y)
41endif 41endif
42 42
43ifeq ($(CONFIG_RPM2CPIO),y) 43ifeq ($(CONFIG_RPM2CPIO),y)
44 obj-y += get_header_cpio.o 44 obj-y += get_header_cpio.o
45endif 45endif
46 46
47ifeq ($(CONFIG_TAR),y) 47ifeq ($(CONFIG_TAR),y)
48 obj-y += get_header_tar.o 48 obj-y += get_header_tar.o
49endif 49endif
50 50
51ifeq ($(CONFIG_UNZIP),y)
52 obj-y += get_header_zip.o
53endif
54
51 55
52# Hand off to toplevel Rules.mak 56# Hand off to toplevel Rules.mak
53include $(TOPDIR)/Rules.mak 57include $(TOPDIR)/Rules.mak