From cb383cd21d5d6aa6de5cfc59f14e8e3a56e2931f Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Mon, 6 Aug 2012 14:41:08 +0200 Subject: dfu: MMC specific routines for DFU operation Support for MMC storage devices to work with DFU framework. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut --- drivers/dfu/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/dfu/Makefile') 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)) -- cgit v1.2.1