summaryrefslogtreecommitdiff
path: root/os/boot/libflate/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'os/boot/libflate/mkfile')
-rw-r--r--os/boot/libflate/mkfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/os/boot/libflate/mkfile b/os/boot/libflate/mkfile
new file mode 100644
index 00000000..ea2e8e78
--- /dev/null
+++ b/os/boot/libflate/mkfile
@@ -0,0 +1,21 @@
+<../../../mkconfig
+
+LIB=libflate.a
+OFILES=\
+ deflate.$O\
+ deflatezlib.$O\
+ deflateblock.$O\
+ deflatezlibblock.$O\
+ inflate.$O\
+ inflatezlib.$O\
+ inflateblock.$O\
+ inflatezlibblock.$O\
+ flateerr.$O\
+ crc.$O\
+ adler.$O\
+
+HFILES=\
+ $ROOT/include/flate.h\
+ zlib.h\
+
+<$ROOT/mkfiles/mksyslib-$SHELLTYPE