]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - fs/ntfs/Makefile
Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-artful-kernel.git] / fs / ntfs / Makefile
1 # Rules for making the NTFS driver.
2
3 obj-$(CONFIG_NTFS_FS) += ntfs.o
4
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
8
9 ntfs-$(CONFIG_NTFS_RW) += bitmap.o lcnalloc.o logfile.o quota.o usnjrnl.o
10
11 ccflags-y := -DNTFS_VERSION=\"2.1.32\"
12 ccflags-$(CONFIG_NTFS_DEBUG) += -DDEBUG
13 ccflags-$(CONFIG_NTFS_RW) += -DNTFS_RW
14