]> git.baikalelectronics.ru Git - kernel.git/commit
[ZLIB]: Fix external builds of zlib_inflate code.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 12 Oct 2007 05:15:08 +0000 (22:15 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 12 Oct 2007 05:17:20 +0000 (22:17 -0700)
commit5120917a12086a76ccf269e91e2a522be4def59c
tree20ce6e4991c0dc3b0701fbb0b37819f19d3e9d00
parent9baff41e5f91fda2611d67b35257e8fa8af7d99c
[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]