import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / fs / ntfs / Makefile
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 unistr.o
6 obj-m   := $(O_TARGET)
7 # New version format started 3 February 2001.
8 EXTRA_CFLAGS = -DNTFS_VERSION=\"1.1.22\" #-DDEBUG
9
10 include $(TOPDIR)/Rules.make
11