Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # This is a modified version of zlib, which does all memory
0004 # allocation ahead of time.
0005 #
0006 # This is the compression code, see zlib_inflate for the
0007 # decompression code.
0008 #
0009 
0010 obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate.o
0011 
0012 zlib_deflate-objs := deflate.o deftree.o deflate_syms.o