ALSA: hda - iMac9,1 sound fixes
[safe/jmp/linux-2.6] / fs / afs / Makefile
index 4029c9d..4f64b95 100644 (file)
@@ -2,27 +2,31 @@
 # Makefile for Red Hat Linux AFS client.
 #
 
-#CFLAGS += -finstrument-functions
+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 \
-       kafsasyncd.o \
-       kafstimod.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
+       volume.o \
+       write.o
 
 obj-$(CONFIG_AFS_FS)  := kafs.o