projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[platform/kernel/linux-starfive.git]
/
lib
/
xz
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0-only
2
obj-$(CONFIG_XZ_DEC) += xz_dec.o
3
xz_dec-y := xz_dec_syms.o xz_dec_stream.o xz_dec_lzma2.o
4
xz_dec-$(CONFIG_XZ_DEC_BCJ) += xz_dec_bcj.o
5
6
obj-$(CONFIG_XZ_DEC_TEST) += xz_dec_test.o