]> Git Repo - J-linux.git/blob - lib/xz/Makefile
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.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
This page took 0.030064 seconds and 4 git commands to generate.