11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Makefile for the Linux nfs filesystem routines. 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 51da177e4SLinus Torvaldsobj-$(CONFIG_NFS_FS) += nfs.o 61da177e4SLinus Torvalds 7f4ce1299STrond MyklebustCFLAGS_nfstrace.o += -I$(src) 82ba68002SBryan Schumakernfs-y := client.o dir.o file.o getroot.o inode.o super.o \ 92ba68002SBryan Schumaker direct.o pagelist.o read.o symlink.o unlink.o \ 10f4ce1299STrond Myklebust write.o namespace.o mount_clnt.o nfstrace.o 113ea97309SChuck Levernfs-$(CONFIG_ROOT_NFS) += nfsroot.o 1289d77c8fSBryan Schumakernfs-$(CONFIG_SYSCTL) += sysctl.o 1314727281SDavid Howellsnfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o 147ab672ceSDean Hildebrand 151ae811eeSbjschuma@gmail.comobj-$(CONFIG_NFS_V2) += nfsv2.o 161ae811eeSbjschuma@gmail.comnfsv2-y := nfs2super.o proc.o nfs2xdr.o 17ddda8e0aSBryan Schumaker 181ae811eeSbjschuma@gmail.comobj-$(CONFIG_NFS_V3) += nfsv3.o 191ae811eeSbjschuma@gmail.comnfsv3-y := nfs3super.o nfs3client.o nfs3proc.o nfs3xdr.o 201ae811eeSbjschuma@gmail.comnfsv3-$(CONFIG_NFS_V3_ACL) += nfs3acl.o 211c606fb7SBryan Schumaker 221ae811eeSbjschuma@gmail.comobj-$(CONFIG_NFS_V4) += nfsv4.o 23*c6d01c6fSTrond MyklebustCFLAGS_nfs4trace.o += -I$(src) 241ae811eeSbjschuma@gmail.comnfsv4-y := nfs4proc.o nfs4xdr.o nfs4state.o nfs4renewd.o nfs4super.o nfs4file.o \ 2589d77c8fSBryan Schumaker delegation.o idmap.o callback.o callback_xdr.o callback_proc.o \ 26*c6d01c6fSTrond Myklebust nfs4namespace.o nfs4getroot.o nfs4client.o dns_resolve.o \ 27*c6d01c6fSTrond Myklebust nfs4trace.o 28c8d74d9bSTrond Myklebustnfsv4-$(CONFIG_NFS_USE_LEGACY_DNS) += cache_lib.o 291ae811eeSbjschuma@gmail.comnfsv4-$(CONFIG_SYSCTL) += nfs4sysctl.o 3073e39aaaSTrond Myklebustnfsv4-$(CONFIG_NFS_V4_1) += nfs4session.o pnfs.o pnfs_dev.o 3189d77c8fSBryan Schumaker 327ab672ceSDean Hildebrandobj-$(CONFIG_PNFS_FILE_LAYOUT) += nfs_layout_nfsv41_files.o 3316b374caSAndy Adamsonnfs_layout_nfsv41_files-y := nfs4filelayout.o nfs4filelayoutdev.o 34c93407d0SBenny Halevy 35c93407d0SBenny Halevyobj-$(CONFIG_PNFS_OBJLAYOUT) += objlayout/ 36155e7524SFred Isamanobj-$(CONFIG_PNFS_BLOCK) += blocklayout/ 37