1 # SPDX-License-Identifier: GPL-2.0-only 2 # 3 # This is a modified version of zlib, which do 4 # allocation ahead of time. 5 # 6 # This is only the decompression, see zlib_def 7 # the compression 8 # 9 # Decompression needs to be serialized for eac 10 # allocation. 11 # 12 # (The upsides of the simplification is that y 13 # any nasty situations wrt memory management, 14 # uncompression can be done without blocking o 15 # 16 17 obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate.o 18 19 zlib_inflate-objs := inffast.o inflate.o infut 20 inftrees.o inflate_syms.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.