repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[TCP]: TCP_CONG_YEAH requires TCP_CONG_VEGAS
[linux-2.6/verdex.git]
/
fs
/
afs
/
Makefile
blob
73ce561f3ea0c2ea5cd901156a0c3cbf730ed200
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
fsclient.o \
12
inode.o \
13
main.o \
14
misc.o \
15
mntpt.o \
16
proc.o \
17
rxrpc.o \
18
security.o \
19
server.o \
20
super.o \
21
netdevices.o \
22
vlclient.o \
23
vlocation.o \
24
vnode.o \
25
volume.o \
26
write.o
27
28
obj-
$(
CONFIG_AFS_FS
) :=
kafs.o