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