]> git.ipfire.org Git - thirdparty/linux.git/blame - lib/lzo/Makefile
mm: remove both instances of __vmalloc_node_flags
[thirdparty/linux.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