[AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to use
[deliverable/linux.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 \
13 kafsasyncd.o \
14 kafstimod.o \
15 main.o \
16 misc.o \
17 mntpt.o \
18 proc.o \
19 server.o \
20 super.o \
21 vlclient.o \
22 vlocation.o \
23 vnode.o \
24 volume.o
25
26obj-$(CONFIG_AFS_FS) := kafs.o
This page took 0.183894 seconds and 5 git commands to generate.