From 57f0f512b273f60d52568b8c6b77e17f5636edc0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 5 Aug 2015 17:04:01 -0300 Subject: Initial import --- fs/9p/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 fs/9p/Makefile (limited to 'fs/9p/Makefile') diff --git a/fs/9p/Makefile b/fs/9p/Makefile new file mode 100644 index 000000000..ff7be98f8 --- /dev/null +++ b/fs/9p/Makefile @@ -0,0 +1,19 @@ +obj-$(CONFIG_9P_FS) := 9p.o + +9p-objs := \ + vfs_super.o \ + vfs_inode.o \ + vfs_inode_dotl.o \ + vfs_addr.o \ + vfs_file.o \ + vfs_dir.o \ + vfs_dentry.o \ + v9fs.o \ + fid.o \ + xattr.o \ + xattr_user.o \ + xattr_trusted.o + +9p-$(CONFIG_9P_FSCACHE) += cache.o +9p-$(CONFIG_9P_FS_POSIX_ACL) += acl.o +9p-$(CONFIG_9P_FS_SECURITY) += xattr_security.o -- cgit v1.2.3-54-g00ecf