allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / fs / afs / Makefile
blob73ce561f3ea0c2ea5cd901156a0c3cbf730ed200
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 fsclient.o \
12 inode.o \
13 main.o \
14 misc.o \
15 mntpt.o \
16 proc.o \
17 rxrpc.o \
18 security.o \
19 server.o \
20 super.o \
21 netdevices.o \
22 vlclient.o \
23 vlocation.o \
24 vnode.o \
25 volume.o \
26 write.o
28 obj-$(CONFIG_AFS_FS) := kafs.o