Sign in
googlers
/
maze
/
linux
/
28c015a9daabe4ed3aeb0ccf669a3f1c2b8b81d5
/
.
/
lib
/
lz4
/
Makefile
blob: 8085d04e9309145200d26cfc673e32eae63d3518 [
file
] [
log
] [
blame
]
obj
-
$
(
CONFIG_LZ4_COMPRESS
)
+=
lz4_compress
.
o
obj
-
$
(
CONFIG_LZ4HC_COMPRESS
)
+=
lz4hc_compress
.
o
obj
-
$
(
CONFIG_LZ4_DECOMPRESS
)
+=
lz4_decompress
.
o