]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/afs/Makefile
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
[karo-tx-linux.git] / fs / afs / Makefile
index cca198b2caed23b25258abd70ed62eb8039334e5..4f64b95d57bd1ff7af9c781eac506787dc3b4c9f 100644 (file)
@@ -2,12 +2,16 @@
 # 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 \
@@ -18,9 +22,11 @@ kafs-objs := \
        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