aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/zram/Makefile
diff options
context:
space:
mode:
authorNitin Gupta <ngupta@vflare.org>2010-06-01 13:31:24 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2010-06-18 12:46:42 -0700
commit16a4bfb9e9dfefbd28ee170fa3e259bc88d81eb5 (patch)
treefc8cdc97f97b699c7ed0e0a08eacd5a3b1f3058f /drivers/staging/zram/Makefile
parentStaging: ramzswap: Support generic I/O requests (diff)
downloadlinux-dev-16a4bfb9e9dfefbd28ee170fa3e259bc88d81eb5.tar.xz
linux-dev-16a4bfb9e9dfefbd28ee170fa3e259bc88d81eb5.zip
Staging: Rename ramzswap files to zram
Related changes: - Modify revelant Kconfig and Makefile accordingly. - Change include filenames in code. - Remove dependency on CONFIG_SWAP in Kconfig as zram usage is no longer limited to swap disks. Signed-off-by: Nitin Gupta <ngupta@vflare.org> Acked-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/zram/Makefile')
-rw-r--r--drivers/staging/zram/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/zram/Makefile b/drivers/staging/zram/Makefile
new file mode 100644
index 000000000000..b2c087aa105e
--- /dev/null
+++ b/drivers/staging/zram/Makefile
@@ -0,0 +1,3 @@
+zram-objs := zram_drv.o xvmalloc.o
+
+obj-$(CONFIG_ZRAM) += zram.o