This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / fs / 9p / Makefile
diff --git a/fs/9p/Makefile b/fs/9p/Makefile
new file mode 100644 (file)
index 0000000..87897f8
--- /dev/null
@@ -0,0 +1,18 @@
+obj-$(CONFIG_9P_FS) := 9p.o
+
+9p-objs := \
+       trans_fd.o \
+       mux.o \
+       fcall.o \
+       conv.o \
+       vfs_super.o \
+       vfs_inode.o \
+       vfs_addr.o \
+       vfs_file.o \
+       vfs_dir.o \
+       vfs_dentry.o \
+       error.o \
+       v9fs.o \
+       fid.o \
+       fcprint.o
+