]> bbs.cooldavid.org Git - net-next-2.6.git/blame - fs/afs/Makefile
[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.
[net-next-2.6.git] / fs / afs / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for Red Hat Linux AFS client.
3#
4
1da177e4
LT
5kafs-objs := \
6 callback.o \
7 cell.o \
8 cmservice.o \
9 dir.o \
10 file.o \
11 fsclient.o \
12 inode.o \
1da177e4
LT
13 main.o \
14 misc.o \
15 mntpt.o \
16 proc.o \
08e0e7c8 17 rxrpc.o \
1da177e4
LT
18 server.o \
19 super.o \
20 vlclient.o \
21 vlocation.o \
22 vnode.o \
23 volume.o
24
25obj-$(CONFIG_AFS_FS) := kafs.o