blob: 2622e03c0b942f839d6600d66d9fd1b32a468899 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#
3# This is a modified version of zlib, which does all memory
4# allocation ahead of time.
5#
6# This is the compression code, see zlib_inflate for the
7# decompression code.
8#
9
10obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate.o
11
12zlib_deflate-objs := deflate.o deftree.o deflate_syms.o