aboutsummaryrefslogtreecommitdiff
path: root/lib/zlib_inflate/Makefile
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-10-11 22:15:08 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-11 22:17:20 -0700
commitd4faaecbcc6d9ea4f7c05f6de6af98e2336a4afb (patch)
tree20ce6e4991c0dc3b0701fbb0b37819f19d3e9d00 /lib/zlib_inflate/Makefile
parent9ce768ead83216d394175c0a0d72bc527648c7d0 (diff)
[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>
Diffstat (limited to 'lib/zlib_inflate/Makefile')
-rw-r--r--lib/zlib_inflate/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zlib_inflate/Makefile b/lib/zlib_inflate/Makefile
index bf065482fa6..49f8ce5774d 100644
--- a/lib/zlib_inflate/Makefile
+++ b/lib/zlib_inflate/Makefile
@@ -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