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