summaryrefslogtreecommitdiff
path: root/drivers/staging/zcache/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/zcache/Makefile')
-rw-r--r--drivers/staging/zcache/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/staging/zcache/Makefile b/drivers/staging/zcache/Makefile
new file mode 100644
index 00000000..845a5c27
--- /dev/null
+++ b/drivers/staging/zcache/Makefile
@@ -0,0 +1,8 @@
+zcache-y := zcache-main.o tmem.o zbud.o
+zcache-$(CONFIG_ZCACHE_DEBUG) += debug.o
+zcache-$(CONFIG_RAMSTER_DEBUG) += ramster/debug.o
+zcache-$(CONFIG_RAMSTER) += ramster/ramster.o ramster/r2net.o
+zcache-$(CONFIG_RAMSTER) += ramster/nodemanager.o ramster/tcp.o
+zcache-$(CONFIG_RAMSTER) += ramster/heartbeat.o ramster/masklog.o
+
+obj-$(CONFIG_ZCACHE) += zcache.o