summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-09-24 01:36:07 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-09-24 01:36:07 +0200
commitd97304aef21a7f3ac5a6699e3549e30507c760a3 (patch)
treedbc2225779b679585888348c0b7efdf799d7319d /lib/Makefile
parent0aab14790470bd9dd52323d9144c17fbba4ef4ad (diff)
downloadbarebox-d97304aef21a7f3ac5a6699e3549e30507c760a3.tar.gz
barebox-d97304aef21a7f3ac5a6699e3549e30507c760a3.tar.xz
add libbb functions
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 04c62b17b7..32dafafe9f 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -11,6 +11,7 @@ obj-y += xfuncs.o
obj-y += getopt.o
obj-y += readkey.o
obj-y += kfifo.o
+obj-y += libbb.o
obj-$(CONFIG_BZLIB) += bzlib.o bzlib_crctable.o bzlib_decompress.o bzlib_huffman.o bzlib_randtable.o
obj-$(CONFIG_ZLIB) += zlib.o gunzip.o
obj-$(CONFIG_CRC32) += crc32.o