Sign in
android-kvm
/
linux
/
bb1201d4b38ec67bd9a871cf86b0cc10f28b15b5
/
.
/
lib
/
lz4
/
Makefile
blob: 5b42242afaa20deb165d8a2f0b1c0c842dfcdc39 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0-only
ccflags
-
y
+=
-
O3
obj
-
$
(
CONFIG_LZ4_COMPRESS
)
+=
lz4_compress
.
o
obj
-
$
(
CONFIG_LZ4HC_COMPRESS
)
+=
lz4hc_compress
.
o
obj
-
$
(
CONFIG_LZ4_DECOMPRESS
)
+=
lz4_decompress
.
o