patch-2.3.35 linux/fs/cramfs/Makefile

Next file: linux/fs/cramfs/cramfs.h
Previous file: linux/fs/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.34/linux/fs/cramfs/Makefile linux/fs/cramfs/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile for the linux cramfs routines.
+#
+
+O_TARGET := cramfs.o
+
+O_OBJS := inode.o uncompress.o inflate/zlib.o
+
+include $(TOPDIR)/Rules.make
+
+inflate/zlib.o:
+	make -C inflate

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)