Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
474828a40f6ddab6e2a3475a19c5c84aa3ec7d60
/
.
/
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