o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the tree
[linux-2.6/history.git] / fs / ntfs / Makefile
blob5e2a43f18188bf1303fd5c131cdca47ded8f1783
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.4\"
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