repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'gnss-5.8-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan...
[linux/fpc-iii.git]
/
lib
/
lzo
/
Makefile
blob
2f58fafbbdddc09ce803d92c504b580661e53bc6
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