NFS: Generalise the nfs_client structure
[deliverable/linux.git] / fs / nfs / Makefile
index 0b572a0c19678a0faf85daaea7e56814da5c77a4..3b993a6f81637678d429a527be3b16a92643a2e5 100644 (file)
@@ -4,9 +4,9 @@
 
 obj-$(CONFIG_NFS_FS) += nfs.o
 
-nfs-y                  := dir.o file.o inode.o super.o nfs2xdr.o pagelist.o \
-                          proc.o read.o symlink.o unlink.o write.o \
-                          namespace.o
+nfs-y                  := client.o dir.o file.o inode.o super.o nfs2xdr.o \
+                          pagelist.o proc.o read.o symlink.o unlink.o \
+                          write.o namespace.o
 nfs-$(CONFIG_ROOT_NFS) += nfsroot.o mount_clnt.o      
 nfs-$(CONFIG_NFS_V3)   += nfs3proc.o nfs3xdr.o
 nfs-$(CONFIG_NFS_V3_ACL)       += nfs3acl.o
This page took 0.027486 seconds and 5 git commands to generate.