repo.or.cz
/
linux-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 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik...
[linux-2.6.git]
/
fs
/
afs
/
Makefile
blob
4029c9da4b86960132b719b6c2b422b642ca4f83
1
#
2
# Makefile for Red Hat Linux AFS client.
3
#
4
5
#CFLAGS += -finstrument-functions
6
7
kafs-objs
:=
\
8
callback.o \
9
cell.o \
10
cmservice.o \
11
dir
.o \
12
file.o \
13
fsclient.o \
14
inode.o \
15
kafsasyncd.o \
16
kafstimod.o \
17
main.o \
18
misc.o \
19
mntpt.o \
20
proc.o \
21
server.o \
22
super.o \
23
vlclient.o \
24
vlocation.o \
25
vnode.o \
26
volume.o
27
28
obj-
$(
CONFIG_AFS_FS
) :=
kafs.o