blob: 5b42242afaa20deb165d8a2f0b1c0c842dfcdc39 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Sven Schmidt4e1a33b2017-02-24 15:01:12 -08002ccflags-y += -O3
3
Chanho Minc72ac7a2013-07-08 16:01:49 -07004obj-$(CONFIG_LZ4_COMPRESS) += lz4_compress.o
5obj-$(CONFIG_LZ4HC_COMPRESS) += lz4hc_compress.o
Kyungsik Leee76e1fd2013-07-08 16:01:46 -07006obj-$(CONFIG_LZ4_DECOMPRESS) += lz4_decompress.o