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