projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 4.4.284-gnu1
[releases.git]
/
lib
/
xz
/
Makefile
1
obj-$(CONFIG_XZ_DEC) += xz_dec.o
2
xz_dec-y := xz_dec_syms.o xz_dec_stream.o xz_dec_lzma2.o
3
xz_dec-$(CONFIG_XZ_DEC_BCJ) += xz_dec_bcj.o
4
5
obj-$(CONFIG_XZ_DEC_TEST) += xz_dec_test.o