You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
obj-$(CONFIG_9P_FS) := 9p2000.o
|
|
|
|
9p2000-objs := \
|
|
vfs_super.o \
|
|
vfs_inode.o \
|
|
vfs_file.o \
|
|
vfs_dir.o \
|
|
vfs_dentry.o \
|
|
error.o \
|
|
mux.o \
|
|
trans_fd.o \
|
|
trans_sock.o \
|
|
9p.o \
|
|
conv.o \
|
|
v9fs.o \
|
|
fid.o
|
|
|
|
|