1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for the Linux nfs server 2 # Makefile for the Linux nfs server 4 # 3 # 5 4 6 ccflags-y += -I$(src) # need 5 ccflags-y += -I$(src) # needed for trace events 7 6 8 obj-$(CONFIG_NFSD) += nfsd.o 7 obj-$(CONFIG_NFSD) += nfsd.o 9 8 10 # this one should be compiled first, as the tr 9 # this one should be compiled first, as the tracing macros can easily blow up 11 nfsd-y += trace.o 10 nfsd-y += trace.o 12 11 13 nfsd-y += nfssvc.o nfsctl.o n !! 12 nfsd-y += nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \ 14 export.o auth.o loc !! 13 export.o auth.o lockd.o nfscache.o nfsxdr.o stats.o 15 stats.o filecache.o !! 14 nfsd-$(CONFIG_NFSD_FAULT_INJECTION) += fault_inject.o 16 netlink.o << 17 nfsd-$(CONFIG_NFSD_V2) += nfsproc.o nfsxdr.o << 18 nfsd-$(CONFIG_NFSD_V2_ACL) += nfs2acl.o 15 nfsd-$(CONFIG_NFSD_V2_ACL) += nfs2acl.o >> 16 nfsd-$(CONFIG_NFSD_V3) += nfs3proc.o nfs3xdr.o 19 nfsd-$(CONFIG_NFSD_V3_ACL) += nfs3acl.o 17 nfsd-$(CONFIG_NFSD_V3_ACL) += nfs3acl.o 20 nfsd-$(CONFIG_NFSD_V4) += nfs4proc.o nfs4xdr. 18 nfsd-$(CONFIG_NFSD_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4idmap.o \ 21 nfs4acl.o nfs4callb 19 nfs4acl.o nfs4callback.o nfs4recover.o 22 nfsd-$(CONFIG_NFSD_PNFS) += nfs4layouts.o !! 20 nfsd-$(CONFIG_NFSD_PNFS) += nfs4layouts.o blocklayout.o blocklayoutxdr.o 23 nfsd-$(CONFIG_NFSD_BLOCKLAYOUT) += blocklayout << 24 nfsd-$(CONFIG_NFSD_SCSILAYOUT) += blocklayout. << 25 nfsd-$(CONFIG_NFSD_FLEXFILELAYOUT) += flexfile << 26 nfsd-$(CONFIG_NFS_LOCALIO) += localio.o <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.