xref: /rk3399_rockchip-uboot/lib/bzip2/Makefile (revision c1e121e4bda65e2e8fa4df3ed5001a2aee123216)
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