summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 21:23:42 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-07-05 21:23:42 +0200
commitbc1e507198ecadf12b4c40f4977487cd4d2df34b (patch)
treecc48d5136a4743e1701ee1228f47891a822d3974 /lib/Makefile
parent75a10b942c77c0720b2f81c971672673b944d922 (diff)
downloadbarebox-bc1e507198ecadf12b4c40f4977487cd4d2df34b.tar.gz
barebox-bc1e507198ecadf12b4c40f4977487cd4d2df34b.tar.xz
add gunzip
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 13aa1ce8d9..0aaf53f69a 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -11,7 +11,7 @@ obj-y += xfuncs.o
obj-y += getopt.o
obj-y += readkey.o
obj-$(CONFIG_BZLIB) += bzlib.o bzlib_crctable.o bzlib_decompress.o bzlib_huffman.o bzlib_randtable.o
-obj-$(CONFIG_ZLIB) += zlib.o
+obj-$(CONFIG_ZLIB) += zlib.o gunzip.o
obj-$(CONFIG_CRC32) += crc32.o
obj-$(CONFIG_CMDLINE_EDITING) += readline.o
obj-$(CONFIG_SIMPLE_READLINE) += readline_simple.o