11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Makefile for the Linux nfs filesystem routines. 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 51da177e4SLinus Torvaldsobj-$(CONFIG_NFS_FS) += nfs.o 61da177e4SLinus Torvalds 754ceac45SDavid Howellsnfs-y := client.o dir.o file.o getroot.o inode.o super.o nfs2xdr.o \ 8ecfc555aSChuck Lever direct.o pagelist.o proc.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 121da177e4SLinus Torvaldsnfs-$(CONFIG_NFS_V3) += nfs3proc.o nfs3xdr.o 13b7fa0554SAndreas Gruenbachernfs-$(CONFIG_NFS_V3_ACL) += nfs3acl.o 141da177e4SLinus Torvaldsnfs-$(CONFIG_NFS_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4renewd.o \ 151da177e4SLinus Torvalds delegation.o idmap.o \ 16f7b422b1SDavid Howells callback.o callback_xdr.o callback_proc.o \ 17f7b422b1SDavid Howells nfs4namespace.o 1885e174baSRicardo Labiaganfs-$(CONFIG_NFS_V4_1) += pnfs.o 19a72b4422STrond Myklebustnfs-$(CONFIG_SYSCTL) += sysctl.o 2014727281SDavid Howellsnfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o 217ab672ceSDean Hildebrand 227ab672ceSDean Hildebrandobj-$(CONFIG_PNFS_FILE_LAYOUT) += nfs_layout_nfsv41_files.o 23*16b374caSAndy Adamsonnfs_layout_nfsv41_files-y := nfs4filelayout.o nfs4filelayoutdev.o 24