UPSTREAM: ANDROID: binder: prevent transactions into own process.
[GitHub/LineageOS/android_kernel_samsung_universal7580.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
0ccd234c 11ccflags-y := -DNTFS_VERSION=\"2.1.30\"
12ccflags-$(CONFIG_NTFS_DEBUG) += -DDEBUG
13ccflags-$(CONFIG_NTFS_RW) += -DNTFS_RW
1da177e4 14