]> git.ipfire.org Git - people/ms/linux.git/blame - fs/9p/Makefile
Merge tag 'soc-fixes-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[people/ms/linux.git] / fs / 9p / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
67543e50 2obj-$(CONFIG_9P_FS) := 9p.o
93fa58cb 3
67543e50 49p-objs := \
93fa58cb
EVH
5 vfs_super.o \
6 vfs_inode.o \
53c06f4e 7 vfs_inode_dotl.o \
147b31cf 8 vfs_addr.o \
93fa58cb
EVH
9 vfs_file.o \
10 vfs_dir.o \
11 vfs_dentry.o \
93fa58cb 12 v9fs.o \
ebf46264 13 fid.o \
e409de99 14 xattr.o
93fa58cb 15
60e78d2c 169p-$(CONFIG_9P_FSCACHE) += cache.o
85ff872d 179p-$(CONFIG_9P_FS_POSIX_ACL) += acl.o