]> git.ipfire.org Git - thirdparty/linux.git/blame - fs/ntfs/Makefile
bpf, devmap: Add missing RCU read lock on flush
[thirdparty/linux.git] / fs / ntfs / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2# Rules for making the NTFS driver.
3
4obj-$(CONFIG_NTFS_FS) += ntfs.o
5
0ccd234c 6ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
7 index.o inode.o mft.o mst.o namei.o runlist.o super.o sysctl.o \
8 unistr.o upcase.o
1da177e4 9
0ccd234c 10ntfs-$(CONFIG_NTFS_RW) += bitmap.o lcnalloc.o logfile.o quota.o usnjrnl.o
1da177e4 11
a632f559 12ccflags-y := -DNTFS_VERSION=\"2.1.32\"
0ccd234c 13ccflags-$(CONFIG_NTFS_DEBUG) += -DDEBUG
14ccflags-$(CONFIG_NTFS_RW) += -DNTFS_RW
1da177e4 15