repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.19.133
[linux/fpc-iii.git]
/
fs
/
9p
/
Makefile
blob
e7800a5c73959f2abc360468007468e1dfced2ff
1
# SPDX-License-Identifier: GPL-2.0
2
obj-
$(
CONFIG_9P_FS
) :=
9
p.o
3
4
9
p-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
9
p-
$(
CONFIG_9P_FSCACHE
) +=
cache.o
17
9
p-
$(
CONFIG_9P_FS_POSIX_ACL
) +=
acl.o