Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
14878f75abd5bf1d38becb405801cd491ee215dc
/
.
/
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