projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[platform/adaptation/renesas_rcar/renesas_kernel.git]
/
fs
/
9p
/
Makefile
1
obj-$(CONFIG_9P_FS) := 9p.o
2
3
9p-objs := \
4
vfs_super.o \
5
vfs_inode.o \
6
vfs_inode_dotl.o \
7
vfs_addr.o \
8
vfs_file.o \
9
vfs_dir.o \
10
vfs_dentry.o \
11
v9fs.o \
12
fid.o \
13
xattr.o \
14
xattr_user.o
15
16
9p-$(CONFIG_9P_FSCACHE) += cache.o
17
9p-$(CONFIG_9P_FS_POSIX_ACL) += acl.o