summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2013-10-08 14:30:44 +0200
committerMarek Vasut <marex@denx.de>2013-10-20 23:42:41 +0200
commit3402b0534353677933ad33eea602bf78b4f8cdb0 (patch)
tree715f6f636ca96f2559b64c773aecb39d20d89da6 /common/Makefile
parentb958fb916512d3d9859195f48625b82932591a1d (diff)
downloadblackbird-obmc-uboot-3402b0534353677933ad33eea602bf78b4f8cdb0.tar.gz
blackbird-obmc-uboot-3402b0534353677933ad33eea602bf78b4f8cdb0.zip
cmd:thor: Support for TIZEN's download command (thordown)
New command - thordown - has been added to support downloading data via lthor TIZEN program. It is similar to dfu command syntax and reuses its code for flashing data. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index 288690bca5..8daca5b378 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -168,6 +168,7 @@ COBJS-y += usb.o usb_hub.o
COBJS-$(CONFIG_USB_STORAGE) += usb_storage.o
endif
COBJS-$(CONFIG_CMD_USB_MASS_STORAGE) += cmd_usb_mass_storage.o
+COBJS-$(CONFIG_CMD_THOR_DOWNLOAD) += cmd_thordown.o
COBJS-$(CONFIG_CMD_XIMG) += cmd_ximg.o
COBJS-$(CONFIG_YAFFS2) += cmd_yaffs2.o
COBJS-$(CONFIG_CMD_SPL) += cmd_spl.o
OpenPOWER on IntegriCloud