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