summaryrefslogtreecommitdiff
path: root/drivers/mmc/Makefile
diff options
context:
space:
mode:
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-06-12 17:27:58 (GMT)
committerWolfgang Denk <wd@denx.de>2008-07-09 22:05:52 (GMT)
commitc3bf1ad7baa1b0dd989dedc260b7098b6089ae05 (patch)
tree60e942785ce5f552951995f87e31ace8aead32ba /drivers/mmc/Makefile
parentd2d54ea449639f3d1a6007e333ab9fcc609a18f0 (diff)
downloadu-boot-c3bf1ad7baa1b0dd989dedc260b7098b6089ae05.tar.xz
mmc: Move atmel_mci driver into drivers/mmc
This makes it easier to use the driver on other platforms. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/mmc/Makefile')
-rw-r--r--drivers/mmc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile
index db92424..3dc031b 100644
--- a/drivers/mmc/Makefile
+++ b/drivers/mmc/Makefile
@@ -25,6 +25,8 @@ include $(TOPDIR)/config.mk
LIB := $(obj)libmmc.a
+COBJS-$(CONFIG_ATMEL_MCI) += atmel_mci.o
+
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))