xref: /rk3399_rockchip-uboot/lib/bzip2/Makefile (revision efe2d80cca4822ce6c435993e01467eeee8babfb)
1#
2# SPDX-License-Identifier:	GPL-2.0+
3#
4
5obj-y += bzlib.o bzlib_crctable.o bzlib_decompress.o \
6	bzlib_randtable.o bzlib_huffman.o
7