repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux/fpc-iii.git]
/
lib
/
lz4
/
Makefile
blob
5b42242afaa20deb165d8a2f0b1c0c842dfcdc39
1
# SPDX-License-Identifier: GPL-2.0-only
2
ccflags-y
+= -
O3
3
4
obj-
$(
CONFIG_LZ4_COMPRESS
) +=
lz4_compress.o
5
obj-
$(
CONFIG_LZ4HC_COMPRESS
) +=
lz4hc_compress.o
6
obj-
$(
CONFIG_LZ4_DECOMPRESS
) +=
lz4_decompress.o