Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
9e73c84c89b7c91ad5d6a141c58efbbe139f6b6c
/
.
/
lib
/
lzo
/
Makefile
blob: e764116ea12d3869da9fbd5c42be3c71c7325506 [
file
] [
log
] [
blame
]
lzo_compress
-
objs
:=
lzo1x_compress
.
o
lzo_decompress
-
objs
:=
lzo1x_decompress
.
o
obj
-
$
(
CONFIG_LZO_COMPRESS
)
+=
lzo_compress
.
o
obj
-
$
(
CONFIG_LZO_DECOMPRESS
)
+=
lzo_decompress
.
o