summaryrefslogtreecommitdiff
path: root/common/Makefile
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2012-08-06 14:41:09 +0200
committerMarek Vasut <marex@denx.de>2012-09-01 16:21:51 +0200
commita006a5deaa3d65850a3250b2136f91d2f38c96c1 (patch)
tree5036c783d1eedd4d8c6ce65b37f9dcce22c814ac /common/Makefile
parentcb383cd21d5d6aa6de5cfc59f14e8e3a56e2931f (diff)
dfu:cmd: Support for DFU u-boot command
Support for u-boot's command line command "dfu <interface> <dev> [list]". Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Cc: Marek Vasut <marex@denx.de>
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 3d62775dc0..57da76f908 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -184,6 +184,7 @@ COBJS-$(CONFIG_MENU) += menu.o
COBJS-$(CONFIG_MODEM_SUPPORT) += modem.o
COBJS-$(CONFIG_UPDATE_TFTP) += update.o
COBJS-$(CONFIG_USB_KEYBOARD) += usb_kbd.o
+COBJS-$(CONFIG_CMD_DFU) += cmd_dfu.o
endif
ifdef CONFIG_SPL_BUILD