This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / fs / fscache / Makefile
diff --git a/fs/fscache/Makefile b/fs/fscache/Makefile
new file mode 100644 (file)
index 0000000..10f17a3
--- /dev/null
@@ -0,0 +1,11 @@
+#
+# Makefile for general filesystem caching code
+#
+
+fscache-objs := \
+       cookie.o \
+       fsdef.o \
+       main.o \
+       page.o
+
+obj-$(CONFIG_FSCACHE) := fscache.o