1
0
Fork 0
alistair23-linux/fs/9p/Makefile

19 lines
215 B
Makefile

obj-$(CONFIG_9P_FS) := 9p.o
9p-objs := \
trans_fd.o \
mux.o \
fcall.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 \
fcprint.o