summaryrefslogtreecommitdiffstats
path: root/fs/nfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/Makefile')
-rw-r--r--fs/nfs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/nfs/Makefile b/fs/nfs/Makefile
index a7612d20c..df7fe151d 100644
--- a/fs/nfs/Makefile
+++ b/fs/nfs/Makefile
@@ -8,11 +8,11 @@
# Note 2! The CFLAGS definitions are now in the main makefile...
O_TARGET := nfs.o
-O_OBJS := proc.o sock.o rpcsock.o inode.o file.o bio.o \
- nfsiod.o dir.o symlink.o
+O_OBJS := inode.o file.o read.o write.o dir.o symlink.o proc.o \
+ nfs2xdr.o
ifdef CONFIG_ROOT_NFS
-O_OBJS += nfsroot.o
+ O_OBJS += nfsroot.o mount_clnt.o
endif
M_OBJS := $(O_TARGET)