patch-2.4.5 linux/fs/freevxfs/Makefile

Next file: linux/fs/freevxfs/vxfs.h
Previous file: linux/fs/fcntl.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.4/linux/fs/freevxfs/Makefile linux/fs/freevxfs/Makefile
@@ -0,0 +1,11 @@
+#
+# VxFS Makefile
+#
+
+O_TARGET :=	freevxfs.o
+
+obj-y :=	vxfs_bmap.o vxfs_fshead.o vxfs_immed.o vxfs_inode.o \
+		vxfs_lookup.o vxfs_olt.o vxfs_subr.o vxfs_super.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)