xref: /openbmc/linux/fs/nfs/Makefile (revision 2ba68002)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# Makefile for the Linux nfs filesystem routines.
31da177e4SLinus Torvalds#
41da177e4SLinus Torvalds
51da177e4SLinus Torvaldsobj-$(CONFIG_NFS_FS) += nfs.o
61da177e4SLinus Torvalds
7*2ba68002SBryan Schumakernfs-y 			:= client.o dir.o file.o getroot.o inode.o super.o \
8*2ba68002SBryan Schumaker			   direct.o pagelist.o read.o symlink.o unlink.o \
9e571cbf1STrond Myklebust			   write.o namespace.o mount_clnt.o \
10e571cbf1STrond Myklebust			   dns_resolve.o cache_lib.o
113ea97309SChuck Levernfs-$(CONFIG_ROOT_NFS)	+= nfsroot.o
12*2ba68002SBryan Schumakernfs-$(CONFIG_NFS_V2)	+= proc.o nfs2xdr.o
131da177e4SLinus Torvaldsnfs-$(CONFIG_NFS_V3)	+= nfs3proc.o nfs3xdr.o
14b7fa0554SAndreas Gruenbachernfs-$(CONFIG_NFS_V3_ACL)	+= nfs3acl.o
151da177e4SLinus Torvaldsnfs-$(CONFIG_NFS_V4)	+= nfs4proc.o nfs4xdr.o nfs4state.o nfs4renewd.o \
161da177e4SLinus Torvalds			   delegation.o idmap.o \
17f7b422b1SDavid Howells			   callback.o callback_xdr.o callback_proc.o \
18f7b422b1SDavid Howells			   nfs4namespace.o
19a1eaecbcSBenny Halevynfs-$(CONFIG_NFS_V4_1)	+= pnfs.o pnfs_dev.o
20a72b4422STrond Myklebustnfs-$(CONFIG_SYSCTL) += sysctl.o
2114727281SDavid Howellsnfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o
227ab672ceSDean Hildebrand
237ab672ceSDean Hildebrandobj-$(CONFIG_PNFS_FILE_LAYOUT) += nfs_layout_nfsv41_files.o
2416b374caSAndy Adamsonnfs_layout_nfsv41_files-y := nfs4filelayout.o nfs4filelayoutdev.o
25c93407d0SBenny Halevy
26c93407d0SBenny Halevyobj-$(CONFIG_PNFS_OBJLAYOUT) += objlayout/
27155e7524SFred Isamanobj-$(CONFIG_PNFS_BLOCK) += blocklayout/
28