linux-surface/kernel/fs/afs/Makefile

35 lines
462 B
Makefile
Raw Normal View History

2017-11-06 02:38:20 +00:00
# SPDX-License-Identifier: GPL-2.0
2017-08-10 13:25:24 +00:00
#
# Makefile for Red Hat Linux AFS client.
#
afs-cache-$(CONFIG_AFS_FSCACHE) := cache.o
kafs-objs := \
$(afs-cache-y) \
callback.o \
cell.o \
cmservice.o \
dir.o \
file.o \
flock.o \
fsclient.o \
inode.o \
main.o \
misc.o \
mntpt.o \
proc.o \
rxrpc.o \
security.o \
server.o \
super.o \
netdevices.o \
vlclient.o \
vlocation.o \
vnode.o \
volume.o \
2017-09-05 02:31:27 +00:00
write.o \
xattr.o
2017-08-10 13:25:24 +00:00
obj-$(CONFIG_AFS_FS) := kafs.o