Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
7 lines
220 B
Makefile
7 lines
220 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
lzo_compress-objs := lzo1x_compress.o
|
|
lzo_decompress-objs := lzo1x_decompress_safe.o
|
|
|
|
obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o
|
|
obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o
|