blob: 6abdda209642e70d917308282d82ec2cfa0f353b [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the Linux nfs filesystem routines.
3#
4
5obj-$(CONFIG_NFS_FS) += nfs.o
6
Trond Myklebustf4ce1292013-08-19 18:59:33 -04007CFLAGS_nfstrace.o += -I$(src)
Bryan Schumaker2ba68002012-05-10 16:47:19 -04008nfs-y := client.o dir.o file.o getroot.o inode.o super.o \
Trond Myklebusta5864c92016-06-03 17:07:19 -04009 io.o direct.o pagelist.o read.o symlink.o unlink.o \
Trond Myklebustf4ce1292013-08-19 18:59:33 -040010 write.o namespace.o mount_clnt.o nfstrace.o
Chuck Lever3ea97302007-07-01 12:13:27 -040011nfs-$(CONFIG_ROOT_NFS) += nfsroot.o
Bryan Schumaker89d77c82012-07-30 16:05:25 -040012nfs-$(CONFIG_SYSCTL) += sysctl.o
David Howells14727282009-04-03 16:42:42 +010013nfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o
Dean Hildebrand7ab672c2010-10-20 00:18:00 -040014
bjschuma@gmail.com1ae811e2012-08-08 13:57:06 -040015obj-$(CONFIG_NFS_V2) += nfsv2.o
16nfsv2-y := nfs2super.o proc.o nfs2xdr.o
Bryan Schumakerddda8e02012-07-30 16:05:23 -040017
bjschuma@gmail.com1ae811e2012-08-08 13:57:06 -040018obj-$(CONFIG_NFS_V3) += nfsv3.o
19nfsv3-y := nfs3super.o nfs3client.o nfs3proc.o nfs3xdr.o
20nfsv3-$(CONFIG_NFS_V3_ACL) += nfs3acl.o
Bryan Schumaker1c606fb2012-07-30 16:05:24 -040021
bjschuma@gmail.com1ae811e2012-08-08 13:57:06 -040022obj-$(CONFIG_NFS_V4) += nfsv4.o
Trond Myklebustc6d01c62013-08-09 11:51:26 -040023CFLAGS_nfs4trace.o += -I$(src)
bjschuma@gmail.com1ae811e2012-08-08 13:57:06 -040024nfsv4-y := nfs4proc.o nfs4xdr.o nfs4state.o nfs4renewd.o nfs4super.o nfs4file.o \
Anna Schumaker7b320382015-04-15 13:00:06 -040025 delegation.o nfs4idmap.o callback.o callback_xdr.o callback_proc.o \
Chuck Lever9d330592013-08-09 12:48:44 -040026 nfs4namespace.o nfs4getroot.o nfs4client.o nfs4session.o \
27 dns_resolve.o nfs4trace.o
Trond Myklebustc8d74d92013-06-01 11:50:58 -040028nfsv4-$(CONFIG_NFS_USE_LEGACY_DNS) += cache_lib.o
bjschuma@gmail.com1ae811e2012-08-08 13:57:06 -040029nfsv4-$(CONFIG_SYSCTL) += nfs4sysctl.o
Tom Haynesf54bcf22014-12-11 15:34:59 -050030nfsv4-$(CONFIG_NFS_V4_1) += pnfs.o pnfs_dev.o pnfs_nfs.o
Anna Schumaker1c6dcbe2014-09-26 13:58:48 -040031nfsv4-$(CONFIG_NFS_V4_2) += nfs42proc.o
Bryan Schumaker89d77c82012-07-30 16:05:25 -040032
Tom Haynesb5968722014-05-12 14:35:52 -070033obj-$(CONFIG_PNFS_FILE_LAYOUT) += filelayout/
Benny Halevyc93407d2011-05-22 19:49:06 +030034obj-$(CONFIG_PNFS_OBJLAYOUT) += objlayout/
Fred Isaman155e7522011-07-30 20:52:39 -040035obj-$(CONFIG_PNFS_BLOCK) += blocklayout/
Tom Haynesd67ae822014-12-11 17:02:04 -050036obj-$(CONFIG_PNFS_FLEXFILE_LAYOUT) += flexfilelayout/