summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2012-12-17 16:48:33 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-19 10:31:36 +0100
commit5a29d4aea71336558e13eb6ad8e662781653ae56 (patch)
tree1cc26edd38635fe1136ccb10811c8acc0d9d8e82 /commands/Makefile
parentcb4b4eb32e883bc4f25eb305f56eddb601abe639 (diff)
downloadbarebox-5a29d4aea71336558e13eb6ad8e662781653ae56.tar.gz
barebox-5a29d4aea71336558e13eb6ad8e662781653ae56.tar.xz
commands: add ubiformat
Imported from mtd-utils and stripped down to needed functionality. Based on an older version (1.4.5.) since the newer do use MEMWRITE interfaces which we don't have in barebox (yet). Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Makefile')
-rw-r--r--commands/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/Makefile b/commands/Makefile
index effc91b15a..359f566211 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -57,6 +57,7 @@ obj-$(CONFIG_CMD_UNCOMPRESS) += uncompress.o
obj-$(CONFIG_CMD_I2C) += i2c.o
obj-$(CONFIG_CMD_SPI) += spi.o
obj-$(CONFIG_CMD_UBI) += ubi.o
+obj-$(CONFIG_CMD_UBIFORMAT) += ubiformat.o
obj-$(CONFIG_CMD_MENU) += menu.o
obj-$(CONFIG_CMD_PASSWD) += passwd.o
obj-$(CONFIG_CMD_LOGIN) += login.o