You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
343 B
28 lines
343 B
#
|
|
# Makefile for Red Hat Linux AFS client.
|
|
#
|
|
|
|
kafs-objs := \
|
|
callback.o \
|
|
cell.o \
|
|
cmservice.o \
|
|
dir.o \
|
|
file.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 \
|
|
write.o
|
|
|
|
obj-$(CONFIG_AFS_FS) := kafs.o
|
|
|