1# Rules for making the NTFS driver
2
3O_TARGET := ntfs.o
4
5obj-y   := fs.o sysctl.o support.o util.o inode.o dir.o super.o attr.o unistr.o
6obj-m   := $(O_TARGET)
7# New version format started 3 February 2001.
8EXTRA_CFLAGS = -DNTFS_VERSION=\"1.1.22\" #-DDEBUG
9
10include $(TOPDIR)/Rules.make
11
12