You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
12 lines
276 B
Makefile
12 lines
276 B
Makefile
|
|
#
|
||
|
|
# This is a modified version of zlib, which does all memory
|
||
|
|
# allocation ahead of time.
|
||
|
|
#
|
||
|
|
# This is the compression code, see zlib_inflate for the
|
||
|
|
# decompression code.
|
||
|
|
#
|
||
|
|
|
||
|
|
obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate.o
|
||
|
|
|
||
|
|
zlib_deflate-objs := deflate.o deftree.o deflate_syms.o
|