1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 21da177e4SLinus Torvalds# 31da177e4SLinus Torvalds# Makefile for the Linux nfs server 41da177e4SLinus Torvalds# 51da177e4SLinus Torvalds 631ef83dcSChristoph Hellwigccflags-y += -I$(src) # needed for trace events 731ef83dcSChristoph Hellwig 81da177e4SLinus Torvaldsobj-$(CONFIG_NFSD) += nfsd.o 91da177e4SLinus Torvalds 1031ef83dcSChristoph Hellwig# this one should be compiled first, as the tracing macros can easily blow up 1131ef83dcSChristoph Hellwignfsd-y += trace.o 1231ef83dcSChristoph Hellwig 13*2f3a4b2aSJeff Laytonnfsd-y += nfssvc.o nfsctl.o nfsfh.o vfs.o \ 14*2f3a4b2aSJeff Layton export.o auth.o lockd.o nfscache.o \ 155f9a62ffSChuck Lever stats.o filecache.o nfs3proc.o nfs3xdr.o 16*2f3a4b2aSJeff Laytonnfsd-$(CONFIG_NFSD_V2) += nfsproc.o nfsxdr.o 17a257cdd0SAndreas Gruenbachernfsd-$(CONFIG_NFSD_V2_ACL) += nfs2acl.o 18a257cdd0SAndreas Gruenbachernfsd-$(CONFIG_NFSD_V3_ACL) += nfs3acl.o 191da177e4SLinus Torvaldsnfsd-$(CONFIG_NFSD_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4idmap.o \ 20a55370a3SNeilBrown nfs4acl.o nfs4callback.o nfs4recover.o 2181c39329SChristoph Hellwignfsd-$(CONFIG_NFSD_PNFS) += nfs4layouts.o 2281c39329SChristoph Hellwignfsd-$(CONFIG_NFSD_BLOCKLAYOUT) += blocklayout.o blocklayoutxdr.o 23f99d4fbdSChristoph Hellwignfsd-$(CONFIG_NFSD_SCSILAYOUT) += blocklayout.o blocklayoutxdr.o 249b9960a0STom Haynesnfsd-$(CONFIG_NFSD_FLEXFILELAYOUT) += flexfilelayout.o flexfilelayoutxdr.o 25