Sign in
android-kvm
/
linux
/
315c4f884800c45cb6bd8c90422fad554a8b9588
/
.
/
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