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