![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # Rules for making the NTFS driver. 0003 0004 obj-$(CONFIG_NTFS_FS) += ntfs.o 0005 0006 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \ 0007 index.o inode.o mft.o mst.o namei.o runlist.o super.o sysctl.o \ 0008 unistr.o upcase.o 0009 0010 ntfs-$(CONFIG_NTFS_RW) += bitmap.o lcnalloc.o logfile.o quota.o usnjrnl.o 0011 0012 ccflags-y := -DNTFS_VERSION=\"2.1.32\" 0013 ccflags-$(CONFIG_NTFS_DEBUG) += -DDEBUG 0014 ccflags-$(CONFIG_NTFS_RW) += -DNTFS_RW 0015
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |