Import 2.4.0-test2pre7
[davej-history.git] / fs / ntfs / Makefile
blob6f0e188d136f7aa82a61585e3dd00edc1b373fea
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=\"000502\"
8 include $(TOPDIR)/Rules.make