summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2012-12-17 16:48:32 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-19 10:31:24 +0100
commitcb4b4eb32e883bc4f25eb305f56eddb601abe639 (patch)
tree014b3ea345258835555a4ccb2b67d9f46b8d9923 /lib/Makefile
parentb44d0e4528bda60670d1f3da33fc4dbcfc1d3e74 (diff)
downloadbarebox-cb4b4eb32e883bc4f25eb305f56eddb601abe639.tar.gz
barebox-cb4b4eb32e883bc4f25eb305f56eddb601abe639.tar.xz
lib: add barebox version of libmtd
Based on mtd-utils and stripped down to needed functionality and reworked to barebox interfaces. 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 770e58e3c9..85f4ec97b6 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -36,6 +36,7 @@ obj-$(CONFIG_BITREV) += bitrev.o
obj-$(CONFIG_QSORT) += qsort.o
obj-$(CONFIG_LIBSCAN) += libscan.o
obj-$(CONFIG_LIBUBIGEN) += libubigen.o
+obj-$(CONFIG_LIBMTD) += libmtd.o
obj-y += gui/
obj-$(CONFIG_XYMODEM) += xymodem.o
obj-y += unlink-recursive.o