repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
fs
/
afs
/
Makefile
blob
45b7fc405fa646a337bd622b9adbc934fbbb78ac
1
# SPDX-License-Identifier: GPL-2.0
2
#
3
# Makefile for Red Hat Linux AFS client.
4
#
5
6
afs-cache-
$(
CONFIG_AFS_FSCACHE
) :=
cache.o
7
8
kafs-objs
:=
\
9
$(
afs-cache-y
)
\
10
addr_list.o \
11
callback.o \
12
cell.o \
13
cmservice.o \
14
dir
.o \
15
file.o \
16
flock.o \
17
fsclient.o \
18
inode.o \
19
main.o \
20
misc.o \
21
mntpt.o \
22
proc.o \
23
rotate.o \
24
rxrpc.o \
25
security.o \
26
server.o \
27
server_list.o \
28
super.o \
29
netdevices.o \
30
vlclient.o \
31
volume.o \
32
write.o \
33
xattr.o
34
35
obj-
$(
CONFIG_AFS_FS
) :=
kafs.o