GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / fs / afs / Makefile
blob4f64b95d57bd1ff7af9c781eac506787dc3b4c9f
2 # Makefile for Red Hat Linux AFS client.
5 afs-cache-$(CONFIG_AFS_FSCACHE) := cache.o
7 kafs-objs := \
8 $(afs-cache-y) \
9 callback.o \
10 cell.o \
11 cmservice.o \
12 dir.o \
13 file.o \
14 flock.o \
15 fsclient.o \
16 inode.o \
17 main.o \
18 misc.o \
19 mntpt.o \
20 proc.o \
21 rxrpc.o \
22 security.o \
23 server.o \
24 super.o \
25 netdevices.o \
26 vlclient.o \
27 vlocation.o \
28 vnode.o \
29 volume.o \
30 write.o
32 obj-$(CONFIG_AFS_FS) := kafs.o