diff options
Diffstat (limited to 'fs/9p/Makefile')
-rw-r--r-- | fs/9p/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fs/9p/Makefile b/fs/9p/Makefile new file mode 100644 index 000000000000..e4e4ffe5a7dc --- /dev/null +++ b/fs/9p/Makefile | |||
@@ -0,0 +1,17 @@ | |||
1 | obj-$(CONFIG_9P_FS) := 9p2000.o | ||
2 | |||
3 | 9p2000-objs := \ | ||
4 | vfs_super.o \ | ||
5 | vfs_inode.o \ | ||
6 | vfs_file.o \ | ||
7 | vfs_dir.o \ | ||
8 | vfs_dentry.o \ | ||
9 | error.o \ | ||
10 | mux.o \ | ||
11 | trans_fd.o \ | ||
12 | trans_sock.o \ | ||
13 | 9p.o \ | ||
14 | conv.o \ | ||
15 | v9fs.o \ | ||
16 | fid.o | ||
17 | |||