mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-25 00:52:45 -04:00
[ZLIB]: Fix external builds of zlib_inflate code.
Move zlib_inflate_blob() out into it's own source file, infutil.c, so that things like the powerpc zImage builder in arch/powerpc/boot/Makefile don't end up trying to compile it. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -15,5 +15,5 @@
|
||||
|
||||
obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate.o
|
||||
|
||||
zlib_inflate-objs := inffast.o inflate.o \
|
||||
zlib_inflate-objs := inffast.o inflate.o infutil.o \
|
||||
inftrees.o inflate_syms.o
|
||||
|
||||
Reference in New Issue
Block a user