Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.16-rc2 5 lines 120 B view raw
1zram-y := zcomp_lzo.o zcomp.o zram_drv.o 2 3zram-$(CONFIG_ZRAM_LZ4_COMPRESS) += zcomp_lz4.o 4 5obj-$(CONFIG_ZRAM) += zram.o