]> git.sur5r.net Git - u-boot/blob - lib/bzip2/Makefile
efi_loader: catch misspelled bootefi subcommand
[u-boot] / lib / bzip2 / Makefile
1 #
2 # SPDX-License-Identifier:      GPL-2.0+
3 #
4
5 obj-y += bzlib.o bzlib_crctable.o bzlib_decompress.o \
6         bzlib_randtable.o bzlib_huffman.o
7 obj-$(CONFIG_SANDBOX) += bzlib_compress.o bzlib_blocksort.o