Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux/fpc-iii.git] / lib / lz4 / Makefile
blob5b42242afaa20deb165d8a2f0b1c0c842dfcdc39
1 # SPDX-License-Identifier: GPL-2.0-only
2 ccflags-y += -O3
4 obj-$(CONFIG_LZ4_COMPRESS) += lz4_compress.o
5 obj-$(CONFIG_LZ4HC_COMPRESS) += lz4hc_compress.o
6 obj-$(CONFIG_LZ4_DECOMPRESS) += lz4_decompress.o