Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
05f6e10e6cd47bbd8610c7391eab803dc77ec3aa
/
.
/
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