projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6]
/
fs
/
afs
/
Makefile
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