Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.1-rc1 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