Sign in
zircon-guest
/
third_party
/
linux
/
a1dc1d76e4eb6db046f7895dff0dc4516dadd254
/
.
/
lib
/
lzo
/
Makefile
blob: f0f7d7ca2b83dd5cbb15e23e69c276d3281eb8b9 [
file
] [
log
] [
blame
]
lzo_compress
-
objs
:=
lzo1x_compress
.
o
lzo_decompress
-
objs
:=
lzo1x_decompress_safe
.
o
obj
-
$
(
CONFIG_LZO_COMPRESS
)
+=
lzo_compress
.
o
obj
-
$
(
CONFIG_LZO_DECOMPRESS
)
+=
lzo_decompress
.
o