1 # Rules for making the NTFS driver 2 3 O_TARGET := ntfs.o 4 5 obj-y := fs.o sysctl.o support.o util.o inode.o dir.o super.o attr.o 6 obj-m := $(O_TARGET) 7 EXTRA_CFLAGS = -DNTFS_IN_LINUX_KERNEL -DNTFS_VERSION=\"000607\" 8 9 include $(TOPDIR)/Rules.make 10