afs: Do better accretion of small writes on newly created content
[linux/fpc-iii.git] / fs / afs / Makefile
blob532acae25453268477d7bc3e7a399e6e4a0c2ad8
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for Red Hat Linux AFS client.
6 afs-cache-$(CONFIG_AFS_FSCACHE) := cache.o
8 kafs-objs := \
9 $(afs-cache-y) \
10 addr_list.o \
11 callback.o \
12 cell.o \
13 cmservice.o \
14 dir.o \
15 dir_edit.o \
16 dynroot.o \
17 file.o \
18 flock.o \
19 fsclient.o \
20 inode.o \
21 main.o \
22 misc.o \
23 mntpt.o \
24 proc.o \
25 rotate.o \
26 rxrpc.o \
27 security.o \
28 server.o \
29 server_list.o \
30 super.o \
31 netdevices.o \
32 vlclient.o \
33 volume.o \
34 write.o \
35 xattr.o
37 obj-$(CONFIG_AFS_FS) := kafs.o