]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/block/zram/Makefile
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-bionic-kernel.git] / drivers / block / zram / Makefile
1 zram-y := zcomp_lzo.o zcomp.o zram_drv.o
2
3 zram-$(CONFIG_ZRAM_LZ4_COMPRESS) += zcomp_lz4.o
4
5 obj-$(CONFIG_ZRAM) += zram.o