mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
5 lines
120 B
Makefile
5 lines
120 B
Makefile
zram-y := zcomp_lzo.o zcomp.o zram_drv.o
|
|
|
|
zram-$(CONFIG_ZRAM_LZ4_COMPRESS) += zcomp_lz4.o
|
|
|
|
obj-$(CONFIG_ZRAM) += zram.o
|