X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Fnfs%2FMakefile;h=f4580b44eef4b02ee0045c5732cf29d0d6efa347;hb=2485822d51f8b338d289abe00eb7ce5249794a08;hp=0b572a0c19678a0faf85daaea7e56814da5c77a4;hpb=d59bf96cdde5b874a57bfd1425faa45da915d0b7;p=linux-2.6-omap-h63xx.git diff --git a/fs/nfs/Makefile b/fs/nfs/Makefile index 0b572a0c196..f4580b44eef 100644 --- a/fs/nfs/Makefile +++ b/fs/nfs/Makefile @@ -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 getroot.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