mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-07-12 19:25:02 +02:00
6 lines
187 B
Makefile
6 lines
187 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += bzlib.o bzlib_crctable.o bzlib_decompress.o \
|
|
bzlib_randtable.o bzlib_huffman.o
|
|
obj-$(CONFIG_SANDBOX) += bzlib_compress.o bzlib_blocksort.o
|