Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[linux-2.6-block.git] / fs / 9p / Makefile
CommitLineData
67543e50 1obj-$(CONFIG_9P_FS) := 9p.o
93fa58cb 2
67543e50 39p-objs := \
93fa58cb
EVH
4 vfs_super.o \
5 vfs_inode.o \
53c06f4e 6 vfs_inode_dotl.o \
147b31cf 7 vfs_addr.o \
93fa58cb
EVH
8 vfs_file.o \
9 vfs_dir.o \
10 vfs_dentry.o \
93fa58cb 11 v9fs.o \
ebf46264
AK
12 fid.o \
13 xattr.o \
d9a73859
JG
14 xattr_user.o \
15 xattr_trusted.o
93fa58cb 16
60e78d2c 179p-$(CONFIG_9P_FSCACHE) += cache.o
85ff872d 189p-$(CONFIG_9P_FS_POSIX_ACL) += acl.o
d9a73859 199p-$(CONFIG_9P_FS_SECURITY) += xattr_security.o