android_kernel_samsung_a7y1.../lib/lz4/Makefile
2023-04-07 21:05:06 +02:00

4 lines
143 B
Makefile

obj-$(CONFIG_LZ4_COMPRESS) += lz4_compress.o
obj-$(CONFIG_LZ4HC_COMPRESS) += lz4hc_compress.o
obj-$(CONFIG_LZ4_DECOMPRESS) += lz4_decompress.o