xref: /kernel/linux/linux-6.6/lib/zlib_deflate/Makefile (revision 62306a36)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/lib/zlib_deflate/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# This is a modified version of zlib, which does all memory
462306a36Sopenharmony_ci# allocation ahead of time.
562306a36Sopenharmony_ci#
662306a36Sopenharmony_ci# This is the compression code, see zlib_inflate for the
762306a36Sopenharmony_ci# decompression code.
862306a36Sopenharmony_ci#
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ciobj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate.o
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_cizlib_deflate-objs := deflate.o deftree.o deflate_syms.o
13

Indexes created Thu Nov 07 10:32:03 CST 2024