Revision c2e81432201d99cc48ff6492567fe05204cc8d7e authored by Nathan Scott on 16 January 2006, 05:21:34 UTC, committed by Nathan Scott on 16 January 2006, 05:21:34 UTC
1 parent 5424570
Raw File
Makefile
#
# VxFS Makefile
#

obj-$(CONFIG_VXFS_FS) += freevxfs.o

freevxfs-objs := vxfs_bmap.o vxfs_fshead.o vxfs_immed.o vxfs_inode.o \
		 vxfs_lookup.o vxfs_olt.o vxfs_subr.o vxfs_super.o
back to top