android_kernel_samsung_hero.../lib/lz4/Makefile
2016-08-17 16:41:52 +08:00

3 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