projects
/
firefly-linux-kernel-4.4.55.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a66671082cfbb98d37277e73e3255c70d8415946
[firefly-linux-kernel-4.4.55.git]
/
fs
/
afs
/
Makefile
1
#
2
# Makefile for Red Hat Linux AFS client.
3
#
4
5
kafs-objs := \
6
callback.o \
7
cell.o \
8
cmservice.o \
9
dir.o \
10
file.o \
11
flock.o \
12
fsclient.o \
13
inode.o \
14
main.o \
15
misc.o \
16
mntpt.o \
17
proc.o \
18
rxrpc.o \
19
security.o \
20
server.o \
21
super.o \
22
netdevices.o \
23
vlclient.o \
24
vlocation.o \
25
vnode.o \
26
volume.o \
27
write.o
28
29
obj-$(CONFIG_AFS_FS) := kafs.o