|
|
| File: [Development] / linux-2.4-xfs / fs / freevxfs / Makefile (download)
Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.4.24pre2 |
# # 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