mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-12 10:15:54 +00: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
|