Sign in
android-kvm
/
linux
/
26413accd3fe04c698cb64f44ac1c27f8351dd04
/
.
/
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