PM: sleep: core: Switch back to async_schedule_dev()
[linux/fpc-iii.git] / lib / zlib_inflate / Makefile
blob27327d3e9f5410e70b28b7dc7a70c82b85795b9d
1 # SPDX-License-Identifier: GPL-2.0-only
3 # This is a modified version of zlib, which does all memory
4 # allocation ahead of time.
6 # This is only the decompression, see zlib_deflate for the
7 # the compression
9 # Decompression needs to be serialized for each memory
10 # allocation.
12 # (The upsides of the simplification is that you can't get in
13 # any nasty situations wrt memory management, and that the
14 # uncompression can be done without blocking on allocation).
17 obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate.o
19 zlib_inflate-objs := inffast.o inflate.o infutil.o \
20 inftrees.o inflate_syms.o