27979bb2ff
Here is a new trans_fd.c that replaces the current trans_fd.c and trans_sock.c. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
18 lines
207 B
Makefile
18 lines
207 B
Makefile
obj-$(CONFIG_9P_FS) := 9p2000.o
|
|
|
|
9p2000-objs := \
|
|
trans_fd.o \
|
|
mux.o \
|
|
9p.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
|
|
|