Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / lib / lzo / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
64c70b1c 2lzo_compress-objs := lzo1x_compress.o
b6bec26c 3lzo_decompress-objs := lzo1x_decompress_safe.o
64c70b1c
RP
4
5obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o
6obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o