Merge branch 'akpm' (patches from Andrew)
[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.0334719999999999 seconds and 5 git commands to generate.