summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2012-12-17 16:48:31 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-19 10:31:24 +0100
commitb44d0e4528bda60670d1f3da33fc4dbcfc1d3e74 (patch)
tree3fe210408b5d686fd9fc77f3c3c7ab1028e4afdb /lib/Makefile
parent0b23b9159d3c10db1f91f6cded26ebc63870a058 (diff)
downloadbarebox-b44d0e4528bda60670d1f3da33fc4dbcfc1d3e74.tar.gz
barebox-b44d0e4528bda60670d1f3da33fc4dbcfc1d3e74.tar.xz
lib: add libubigen
Imported from mtd-utils and stripped down to needed functionality. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 ed4197481b..770e58e3c9 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -35,6 +35,7 @@ obj-$(CONFIG_BCH) += bch.o
obj-$(CONFIG_BITREV) += bitrev.o
obj-$(CONFIG_QSORT) += qsort.o
obj-$(CONFIG_LIBSCAN) += libscan.o
+obj-$(CONFIG_LIBUBIGEN) += libubigen.o
obj-y += gui/
obj-$(CONFIG_XYMODEM) += xymodem.o
obj-y += unlink-recursive.o