]> Git Repo - u-boot.git/blob - lib/bzip2/Makefile
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / lib / bzip2 / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2
3 obj-y += bzlib.o bzlib_crctable.o bzlib_decompress.o \
4         bzlib_randtable.o bzlib_huffman.o
5 obj-$(CONFIG_SANDBOX) += bzlib_compress.o bzlib_blocksort.o
This page took 0.027559 seconds and 4 git commands to generate.