Makefile 210 字节
Newer Older
1
obj-$(CONFIG_9P_FS) := 9p.o
2

3
9p-objs := \
4 5
	vfs_super.o \
	vfs_inode.o \
6
	vfs_addr.o \
7 8 9 10
	vfs_file.o \
	vfs_dir.o \
	vfs_dentry.o \
	v9fs.o \
11 12 13
	fid.o  \
	xattr.o \
	xattr_user.o
14

15
9p-$(CONFIG_9P_FSCACHE) += cache.o