6db4831e98
Android 14
6 lines
161 B
Makefile
6 lines
161 B
Makefile
ccflags-y += -O3
|
|
|
|
obj-$(CONFIG_LZ4_COMPRESS) += lz4_compress.o
|
|
obj-$(CONFIG_LZ4HC_COMPRESS) += lz4hc_compress.o
|
|
obj-$(CONFIG_LZ4_DECOMPRESS) += lz4_decompress.o
|