]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - fs/afs/Makefile
Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_linux...
[mirror_ubuntu-bionic-kernel.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 callback.o \
11 cell.o \
12 cmservice.o \
13 dir.o \
14 file.o \
15 flock.o \
16 fsclient.o \
17 inode.o \
18 main.o \
19 misc.o \
20 mntpt.o \
21 proc.o \
22 rxrpc.o \
23 security.o \
24 server.o \
25 super.o \
26 netdevices.o \
27 vlclient.o \
28 vlocation.o \
29 vnode.o \
30 volume.o \
31 write.o \
32 xattr.o
33
34 obj-$(CONFIG_AFS_FS) := kafs.o