]> Git Repo - J-linux.git/blob - lib/zlib_dfltcc/Makefile
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / lib / zlib_dfltcc / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # This is a modified version of zlib, which does all memory
4 # allocation ahead of time.
5 #
6 # This is the code for s390 zlib hardware support.
7 #
8
9 obj-$(CONFIG_ZLIB_DFLTCC) += zlib_dfltcc.o
10
11 zlib_dfltcc-objs := dfltcc.o dfltcc_deflate.o dfltcc_inflate.o
This page took 0.034388 seconds and 4 git commands to generate.