blob: e7800a5c73959f2abc360468007468e1dfced2ff [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08002obj-$(CONFIG_9P_FS) := 9p.o
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07003
Eric Van Hensbergen67543e52006-03-25 03:07:29 -080049p-objs := \
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07005 vfs_super.o \
6 vfs_inode.o \
Aneesh Kumar K.V53c06f42011-01-10 13:51:47 -06007 vfs_inode_dotl.o \
Eric Van Hensbergen147b31c2006-01-18 17:43:02 -08008 vfs_addr.o \
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07009 vfs_file.o \
10 vfs_dir.o \
11 vfs_dentry.o \
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -070012 v9fs.o \
Aneesh Kumar K.Vebf46262010-05-31 13:22:56 +053013 fid.o \
Andreas Gruenbachere409de92015-10-04 19:18:52 +020014 xattr.o
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -070015
Abhishek Kulkarni60e78d22009-09-23 13:00:27 -0500169p-$(CONFIG_9P_FSCACHE) += cache.o
Aneesh Kumar K.V85ff8722010-09-28 00:27:39 +0530179p-$(CONFIG_9P_FS_POSIX_ACL) += acl.o