blob: 2f4ce43f7b6c57e8fdb6bcd14143b8cc77f63288 [file] [log] [blame]
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07001obj-$(CONFIG_9P_FS) := 9p2000.o
2
39p2000-objs := \
Latchesar Ionkov531b1092006-01-08 01:05:00 -08004 trans_fd.o \
5 trans_sock.o \
6 mux.o \
7 9p.o \
8 conv.o \
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07009 vfs_super.o \
10 vfs_inode.o \
Eric Van Hensbergen147b31c2006-01-18 17:43:02 -080011 vfs_addr.o \
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -070012 vfs_file.o \
13 vfs_dir.o \
14 vfs_dentry.o \
15 error.o \
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -070016 v9fs.o \
17 fid.o
18