summaryrefslogtreecommitdiff
path: root/bin/gzip/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gzip/Kbuild')
-rw-r--r--bin/gzip/Kbuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/gzip/Kbuild b/bin/gzip/Kbuild
new file mode 100644
index 00000000..561b198a
--- /dev/null
+++ b/bin/gzip/Kbuild
@@ -0,0 +1,8 @@
+bin-y := gzip
+obj-y := gzip.o util.o unzip.o inflate.o
+
+libs-y += $(srctree)/lib/libc/libc.a
+libs-y += $(srctree)/lib/libm/libm.a
+
+obj-$(CONFIG_ZIP) += zip.o deflate.o trees.o bits.o
+cflags-$(CONFIG_ZIP) += -DSUPPORT_ZIP