mirror of
https://github.com/gnuton/asuswrt-merlin.ng.git
synced 2025-05-19 16:02:36 +02: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
|