Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / fs / afs / Makefile
bloba66671082cfbb98d37277e73e3255c70d8415946
2 # Makefile for Red Hat Linux AFS client.
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
29 obj-$(CONFIG_AFS_FS) := kafs.o