]> git.ipfire.org Git - people/ms/u-boot.git/blame - lib/bzip2/Makefile
Merge git://git.denx.de/u-boot-mmc
[people/ms/u-boot.git] / lib / bzip2 / Makefile
CommitLineData
da58dec8
TR
1#
2# SPDX-License-Identifier: GPL-2.0+
3#
4
f071c501
MY
5obj-y += bzlib.o bzlib_crctable.o bzlib_decompress.o \
6 bzlib_randtable.o bzlib_huffman.o
cf204528 7obj-$(CONFIG_SANDBOX) += bzlib_compress.o bzlib_blocksort.o