]> bbs.cooldavid.org Git - net-next-2.6.git/blame - fs/ntfs/Makefile
xps: Transmit Packet Steering
[net-next-2.6.git] / fs / ntfs / Makefile
CommitLineData
1da177e4
LT
1# Rules for making the NTFS driver.
2
3obj-$(CONFIG_NTFS_FS) += ntfs.o
4
5ntfs-objs := 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
8
bfab36e8 9EXTRA_CFLAGS = -DNTFS_VERSION=\"2.1.29\"
1da177e4
LT
10
11ifeq ($(CONFIG_NTFS_DEBUG),y)
12EXTRA_CFLAGS += -DDEBUG
13endif
14
15ifeq ($(CONFIG_NTFS_RW),y)
16EXTRA_CFLAGS += -DNTFS_RW
17
3f2faef0 18ntfs-objs += bitmap.o lcnalloc.o logfile.o quota.o usnjrnl.o
1da177e4 19endif