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.
29 lines
357 B
29 lines
357 B
20 years ago
|
#
|
||
|
# Makefile for Red Hat Linux AFS client.
|
||
|
#
|
||
|
|
||
|
#CFLAGS += -finstrument-functions
|
||
|
|
||
|
kafs-objs := \
|
||
|
callback.o \
|
||
|
cell.o \
|
||
|
cmservice.o \
|
||
|
dir.o \
|
||
|
file.o \
|
||
|
fsclient.o \
|
||
|
inode.o \
|
||
|
kafsasyncd.o \
|
||
|
kafstimod.o \
|
||
|
main.o \
|
||
|
misc.o \
|
||
|
mntpt.o \
|
||
|
proc.o \
|
||
|
server.o \
|
||
|
super.o \
|
||
|
vlclient.o \
|
||
|
vlocation.o \
|
||
|
vnode.o \
|
||
|
volume.o
|
||
|
|
||
|
obj-$(CONFIG_AFS_FS) := kafs.o
|