summaryrefslogtreecommitdiff
path: root/fs/afs/Makefile
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-05 17:04:01 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-05 17:04:01 -0300
commit57f0f512b273f60d52568b8c6b77e17f5636edc0 (patch)
tree5e910f0e82173f4ef4f51111366a3f1299037a7b /fs/afs/Makefile
Initial import
Diffstat (limited to 'fs/afs/Makefile')
-rw-r--r--fs/afs/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/fs/afs/Makefile b/fs/afs/Makefile
new file mode 100644
index 000000000..4f64b95d5
--- /dev/null
+++ b/fs/afs/Makefile
@@ -0,0 +1,32 @@
+#
+# 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 \
+ write.o
+
+obj-$(CONFIG_AFS_FS) := kafs.o