aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/Makefile
blob: 2f4ce43f7b6c57e8fdb6bcd14143b8cc77f63288 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
obj-$(CONFIG_9P_FS) := 9p2000.o

9p2000-objs := \
	trans_fd.o \
	trans_sock.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