Files
linux-apfs/drivers/block/zram/Makefile
T

6 lines
120 B
Makefile
Raw Normal View History

2014-04-07 15:38:12 -07:00
zram-y := zcomp_lzo.o zcomp.o zram_drv.o
2010-06-01 13:31:24 +05:30
2014-04-07 15:38:18 -07:00
zram-$(CONFIG_ZRAM_LZ4_COMPRESS) += zcomp_lz4.o
2010-06-01 13:31:24 +05:30
obj-$(CONFIG_ZRAM) += zram.o