Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1#
2# Makefile for Red Hat Linux AFS client.
3#
4
5kafs-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
27
28obj-$(CONFIG_AFS_FS) := kafs.o