summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-11-28 13:46:09 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-11-29 21:12:42 +0100
commit4b09cdc798ef62602f874a4da03d2a54ca60b4ae (patch)
tree7e60ac75f8f1fee86e11130064bdffee924df7f7 /lib/Makefile
parent15fcc719abbfe8f42057eeec275ce574ba2fbdd0 (diff)
downloadbarebox-4b09cdc798ef62602f874a4da03d2a54ca60b4ae.tar.gz
barebox-4b09cdc798ef62602f874a4da03d2a54ca60b4ae.tar.xz
add kernel gunzip implementation
The kernel uncompression functions have a unified API so use this implementation to get it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index b02191adba..f0abc21c22 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -16,7 +16,7 @@ obj-y += stringlist.o
obj-y += recursive_action.o
obj-y += make_directory.o
obj-$(CONFIG_BZLIB) += decompress_bunzip2.o
-obj-$(CONFIG_ZLIB) += zlib.o gunzip.o
+obj-$(CONFIG_ZLIB) += decompress_inflate.o zlib_inflate/
obj-$(CONFIG_CMDLINE_EDITING) += readline.o
obj-$(CONFIG_SIMPLE_READLINE) += readline_simple.o
obj-$(CONFIG_GLOB) += fnmatch.o