projects
/
linux-2.6-microblaze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdim...
[linux-2.6-microblaze.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