]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/afs/Makefile
afs: Overhaul volume and server record caching and fileserver rotation
[mirror_ubuntu-bionic-kernel.git] / fs / afs / Makefile
index 095c54165dfd311e2b3a65fd6e627a7d83aa5b8a..45b7fc405fa646a337bd622b9adbc934fbbb78ac 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 #
 # Makefile for Red Hat Linux AFS client.
 #
@@ -6,6 +7,7 @@ afs-cache-$(CONFIG_AFS_FSCACHE) := cache.o
 
 kafs-objs := \
        $(afs-cache-y) \
+       addr_list.o \
        callback.o \
        cell.o \
        cmservice.o \
@@ -18,14 +20,14 @@ kafs-objs := \
        misc.o \
        mntpt.o \
        proc.o \
+       rotate.o \
        rxrpc.o \
        security.o \
        server.o \
+       server_list.o \
        super.o \
        netdevices.o \
        vlclient.o \
-       vlocation.o \
-       vnode.o \
        volume.o \
        write.o \
        xattr.o