blob: da7fda639eac6445d3a34193610ca10f8f302e01 [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
David Howells54ceac42006-08-22 20:06:13 -04007nfs-y := client.o dir.o file.o getroot.o inode.o super.o nfs2xdr.o \
Chuck Leverecfc555a2008-03-14 14:14:56 -04008 direct.o pagelist.o proc.o read.o symlink.o unlink.o \
Trond Myklebuste571cbf2009-08-19 18:12:27 -04009 write.o namespace.o mount_clnt.o \
10 dns_resolve.o cache_lib.o
Chuck Lever3ea97302007-07-01 12:13:27 -040011nfs-$(CONFIG_ROOT_NFS) += nfsroot.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070012nfs-$(CONFIG_NFS_V3) += nfs3proc.o nfs3xdr.o
Andreas Gruenbacherb7fa0552005-06-22 17:16:27 +000013nfs-$(CONFIG_NFS_V3_ACL) += nfs3acl.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070014nfs-$(CONFIG_NFS_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4renewd.o \
15 delegation.o idmap.o \
David Howellsf7b422b2006-06-09 09:34:33 -040016 callback.o callback_xdr.o callback_proc.o \
17 nfs4namespace.o
Trond Myklebusta72b4422006-01-03 09:55:41 +010018nfs-$(CONFIG_SYSCTL) += sysctl.o
David Howells14727282009-04-03 16:42:42 +010019nfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o