patch-2.4.15 linux/fs/jbd/Makefile
Next file: linux/fs/jbd/checkpoint.c
Previous file: linux/fs/isofs/compress.c
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Fri Nov  9 14:25:04 2001
-  Orig file: 
v2.4.14/linux/fs/jbd/Makefile
-  Orig date: 
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.14/linux/fs/jbd/Makefile linux/fs/jbd/Makefile
@@ -0,0 +1,15 @@
+#
+# fs/jbd/Makefile
+# 
+# Makefile for the linux journaling routines.
+#
+
+export-objs := journal.o
+O_TARGET := jbd.o
+
+obj-y   := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
+
+obj-m   := $(O_TARGET)
+
+include $(TOPDIR)/Rules.make
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)