[ZLIB]: Fix external builds of zlib_inflate code.
commitd4faaecbcc6d9ea4f7c05f6de6af98e2336a4afb
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 12 Oct 2007 05:15:08 +0000 (11 22:15 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 12 Oct 2007 05:17:20 +0000 (11 22:17 -0700)
tree20ce6e4991c0dc3b0701fbb0b37819f19d3e9d00
parent9ce768ead83216d394175c0a0d72bc527648c7d0
[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>
lib/zlib_inflate/Makefile
lib/zlib_inflate/inflate.c
lib/zlib_inflate/infutil.c [new file with mode: 0644]