Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.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
This page took 0.035235 seconds and 5 git commands to generate.