Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowel...
[sfrench/cifs-2.6.git] / fs / afs / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for Red Hat Linux AFS client.
4 #
5
6 afs-cache-$(CONFIG_AFS_FSCACHE) := cache.o
7
8 kafs-objs := \
9         $(afs-cache-y) \
10         addr_list.o \
11         callback.o \
12         cell.o \
13         cmservice.o \
14         dir.o \
15         file.o \
16         flock.o \
17         fsclient.o \
18         inode.o \
19         main.o \
20         misc.o \
21         mntpt.o \
22         proc.o \
23         rotate.o \
24         rxrpc.o \
25         security.o \
26         server.o \
27         server_list.o \
28         super.o \
29         netdevices.o \
30         vlclient.o \
31         volume.o \
32         write.o \
33         xattr.o
34
35 obj-$(CONFIG_AFS_FS)  := kafs.o