summaryrefslogtreecommitdiffstats
path: root/kernel/fs/9p/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fs/9p/Makefile')
-rw-r--r--kernel/fs/9p/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/kernel/fs/9p/Makefile b/kernel/fs/9p/Makefile
new file mode 100644
index 000000000..ff7be98f8
--- /dev/null
+++ b/kernel/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