blob: 3d023089707efe87df1d17e276ae8598971db1ee [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 \
11 vfs_file.o \
12 vfs_dir.o \
13 vfs_dentry.o \
14 error.o \
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -070015 v9fs.o \
16 fid.o
17