projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 6.9.1-gnu
[releases.git]
/
lib
/
lzo
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0-only
2
lzo_compress-objs := lzo1x_compress.o
3
lzo_decompress-objs := lzo1x_decompress_safe.o
4
5
obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o
6
obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o