[PATCH] DVB: Update documentation and credits
[linux-2.6/history.git] / fs / ntfs / Makefile
blobb6fa3030ac3e8cc404786aecb05c837f642d8304
1 # Rules for making the NTFS driver.
3 obj-$(CONFIG_NTFS_FS) += ntfs.o
5 ntfs-objs := aops.o attrib.o compress.o debug.o dir.o file.o inode.o mft.o \
6 mst.o namei.o super.o sysctl.o time.o unistr.o upcase.o
8 EXTRA_CFLAGS = -DNTFS_VERSION=\"2.1.5\"
10 ifeq ($(CONFIG_NTFS_DEBUG),y)
11 EXTRA_CFLAGS += -DDEBUG
12 endif
14 ifeq ($(CONFIG_NTFS_RW),y)
15 EXTRA_CFLAGS += -DNTFS_RW
16 endif