summaryrefslogtreecommitdiffstats
path: root/drivers/dfu/Makefile
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2012-08-06 14:41:08 +0200
committerMarek Vasut <marex@denx.de>2012-09-01 16:21:51 +0200
commitcb383cd21d5d6aa6de5cfc59f14e8e3a56e2931f (patch)
treea2abfe7509c651def6518b189e12b636eaf26a24 /drivers/dfu/Makefile
parentf22b11c10d16d71b7f96fd19cd0062724428bf88 (diff)
downloadblackbird-obmc-uboot-cb383cd21d5d6aa6de5cfc59f14e8e3a56e2931f.tar.gz
blackbird-obmc-uboot-cb383cd21d5d6aa6de5cfc59f14e8e3a56e2931f.zip
dfu: MMC specific routines for DFU operation
Support for MMC storage devices to work with DFU framework. 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 'drivers/dfu/Makefile')
-rw-r--r--drivers/dfu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dfu/Makefile b/drivers/dfu/Makefile
index 7736485089..7b717bce28 100644
--- a/drivers/dfu/Makefile
+++ b/drivers/dfu/Makefile
@@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)libdfu.o
COBJS-$(CONFIG_DFU_FUNCTION) += dfu.o
+COBJS-$(CONFIG_DFU_MMC) += dfu_mmc.o
SRCS := $(COBJS-y:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS-y))
OpenPOWER on IntegriCloud