Beautify diagnostic messages.
[linux-2.6/linux-mips.git] / fs / ntfs / Makefile
blob9e7ab2eaf2487c718dec29d3c2c5053d27c2dce2
1 # Rules for making the NTFS driver
3 O_TARGET := ntfs.o
4 O_OBJS := fs.o sysctl.o support.o util.o inode.o dir.o super.o attr.o
5 M_OBJS := $(O_TARGET)
6 EXTRA_CFLAGS = -DNTFS_IN_LINUX_KERNEL -DNTFS_VERSION=\"000607\"
8 include $(TOPDIR)/Rules.make