net: RTNETLINK adjusting values of min_ifinfo_dump_size
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / fs / ntfs / Makefile
blob30206b238433bac48582af6c252dc9413575de1d
1 # Rules for making the NTFS driver.
3 obj-$(CONFIG_NTFS_FS) += ntfs.o
5 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
6 index.o inode.o mft.o mst.o namei.o runlist.o super.o sysctl.o \
7 unistr.o upcase.o
9 ntfs-$(CONFIG_NTFS_RW) += bitmap.o lcnalloc.o logfile.o quota.o usnjrnl.o
11 ccflags-y := -DNTFS_VERSION=\"2.1.30\"
12 ccflags-$(CONFIG_NTFS_DEBUG) += -DDEBUG
13 ccflags-$(CONFIG_NTFS_RW) += -DNTFS_RW