lib/zlib_dfltcc/Makefile

Source file repositories/reference/linux-study-clean/lib/zlib_dfltcc/Makefile

File Facts

System
Linux kernel
Corpus path
lib/zlib_dfltcc/Makefile
Extension
[no extension]
Size
293 bytes
Lines
12
Domain
Kernel Services
Bucket
lib
Inferred role
Kernel Services: build/configuration rule
Status
atlas-only

Why This File Exists

Shared kernel service surface used by multiple subsystems, including helpers, cryptography, virtualization support, and async I/O infrastructure.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only
#
# This is a modified version of zlib, which does all memory
# allocation ahead of time.
#
# This is the code for s390 zlib hardware support.
#

obj-$(CONFIG_ZLIB_DFLTCC) += zlib_dfltcc.o

zlib_dfltcc-objs := dfltcc.o dfltcc_deflate.o dfltcc_inflate.o

Annotation

Implementation Notes