more debug output
[linux-2.4.git] / fs / freevxfs / Makefile
1 #
2 # VxFS Makefile
3 #
4
5 O_TARGET :=     freevxfs.o
6
7 obj-y :=        vxfs_bmap.o vxfs_fshead.o vxfs_immed.o vxfs_inode.o \
8                 vxfs_lookup.o vxfs_olt.o vxfs_subr.o vxfs_super.o
9 obj-m :=        $(O_TARGET)
10
11 include $(TOPDIR)/Rules.make