Sign in
gbmc
/
linux
/
fb7bc3a2bb987865e149f6baa2a3d22dd18b201e
/
.
/
lib
/
lz4
/
Makefile
blob: 5b42242afaa20deb165d8a2f0b1c0c842dfcdc39 [
file
]
# 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