[PATCH] uml ubd code: fix a bit of whitespace
[linux-2.6-block.git] / fs / 9p / Makefile
CommitLineData
93fa58cb
EVH
1obj-$(CONFIG_9P_FS) := 9p2000.o
2
39p2000-objs := \
531b1094
LI
4 trans_fd.o \
5 trans_sock.o \
6 mux.o \
7 9p.o \
8 conv.o \
93fa58cb
EVH
9 vfs_super.o \
10 vfs_inode.o \
11 vfs_file.o \
12 vfs_dir.o \
13 vfs_dentry.o \
14 error.o \
93fa58cb
EVH
15 v9fs.o \
16 fid.o
17