summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-06-28 14:18:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-07-05 15:07:51 +0200
commit1af56abc0ce6abc5f917d760ff216dc61c6a00ea (patch)
tree1fb4cc75b992cf01b03dde5351376acb02cc881d /commands/Makefile
parente0677920d6e61e246d6906cd931263d35292dc7e (diff)
downloadbarebox-1af56abc0ce6abc5f917d760ff216dc61c6a00ea.tar.gz
barebox-1af56abc0ce6abc5f917d760ff216dc61c6a00ea.tar.xz
Add UBI commands: ubiattach, ubidetach, ubimkvol, ubirmvol
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 3eef5debf3..b99f042129 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -49,3 +49,4 @@ obj-$(CONFIG_USB_GADGET_DFU) += dfu.o
obj-$(CONFIG_CMD_GPIO) += gpio.o
obj-$(CONFIG_CMD_UNLZO) += unlzo.o
obj-$(CONFIG_CMD_I2C) += i2c.o
+obj-$(CONFIG_CMD_UBI) += ubi.o