]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - fs/afs/Makefile
UBUNTU: Ubuntu-4.13.0-45.50
[mirror_ubuntu-artful-kernel.git] / fs / afs / Makefile
1 #
2 # Makefile for Red Hat Linux AFS client.
3 #
4
5 afs-cache-$(CONFIG_AFS_FSCACHE) := cache.o
6
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 \
31 xattr.o
32
33 obj-$(CONFIG_AFS_FS) := kafs.o