brintos

brintos / linux-shallow public Read only

0
0
Text · 287 B · e7800a5 Raw
18 lines · plain
1# SPDX-License-Identifier: GPL-2.02obj-$(CONFIG_9P_FS) := 9p.o3 49p-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.o15 169p-$(CONFIG_9P_FSCACHE) += cache.o179p-$(CONFIG_9P_FS_POSIX_ACL) += acl.o18