]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - fs/9p/Makefile
Merge tag 'batadv-net-for-davem-20171215' of git://git.open-mesh.org/linux-merge
[mirror_ubuntu-bionic-kernel.git] / fs / 9p / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_9P_FS) := 9p.o
3
4 9p-objs := \
5 vfs_super.o \
6 vfs_inode.o \
7 vfs_inode_dotl.o \
8 vfs_addr.o \
9 vfs_file.o \
10 vfs_dir.o \
11 vfs_dentry.o \
12 v9fs.o \
13 fid.o \
14 xattr.o
15
16 9p-$(CONFIG_9P_FSCACHE) += cache.o
17 9p-$(CONFIG_9P_FS_POSIX_ACL) += acl.o