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