summaryrefslogtreecommitdiff
path: root/drivers/staging/ramzswap/Makefile
diff options
context:
space:
mode:
authorNitin Gupta <ngupta@vflare.org>2009-09-22 10:26:53 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 12:23:04 -0800
commit306b0c957f3f0e7da6551652abbfe17b560173ce (patch)
tree10dd578e731bb04e65b81829f8b78e24f39b1794 /drivers/staging/ramzswap/Makefile
parent644bf7b5983cf2540b57a5b25b775cb3c1e8e943 (diff)
Staging: virtual block device driver (ramzswap)
Creates RAM based block devices (/dev/ramzswapX) which can be used (only) as swap disks. Pages swapped to these are compressed and stored in memory itself. The module is called ramzswap.ko. It depends on: - xvmalloc memory allocator (compiled with this driver) - lzo_compress.ko - lzo_decompress.ko See ramzswap.txt for usage details. Signed-off-by: Nitin Gupta <ngupta@vflare.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ramzswap/Makefile')
-rw-r--r--drivers/staging/ramzswap/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/ramzswap/Makefile b/drivers/staging/ramzswap/Makefile
new file mode 100644
index 000000000000..507d7dc3b864
--- /dev/null
+++ b/drivers/staging/ramzswap/Makefile
@@ -0,0 +1,3 @@
+ramzswap-objs := ramzswap_drv.o xvmalloc.o
+
+obj-$(CONFIG_RAMZSWAP) += ramzswap.o