]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - fs/afs/Makefile
[AFS]: Clean up the AFS sources
[linux-2.6-omap-h63xx.git] / 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         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
26 obj-$(CONFIG_AFS_FS)  := kafs.o