summaryrefslogtreecommitdiff
path: root/drivers/mmc/Makefile
diff options
context:
space:
mode:
authorDrEagle <dreagle@doukki.net>2014-07-25 21:07:30 +0200
committerPantelis Antoniou <panto@antoniou-consulting.com>2014-08-01 18:44:56 +0300
commit3fe3b4fb1c5adb00502276312696e38e9a7e9b5b (patch)
treeff56d9f7c7ad109a72a452d38b973fd9707b5c08 /drivers/mmc/Makefile
parent25b4adbba018633b943a99322bfb2fb819c0bafb (diff)
ARM: kirkwood: add mvsdio driver
This patch add Marvell kirkwood MVSDIO/MMC driver and enable it for Sheevaplugs and OpenRD boards. Signed-off-by: Gerald Kerma <drEagle@doukki.net> Reviewed-by: Stefan Roese <sr@denx.de> Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Diffstat (limited to 'drivers/mmc/Makefile')
-rw-r--r--drivers/mmc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile
index 34febf52f0..f5be96f5e5 100644
--- a/drivers/mmc/Makefile
+++ b/drivers/mmc/Makefile
@@ -37,3 +37,4 @@ obj-$(CONFIG_SPL_MMC_BOOT) += fsl_esdhc_spl.o
else
obj-$(CONFIG_GENERIC_MMC) += mmc_write.o
endif
+obj-$(CONFIG_MVEBU_MMC) += mvebu_mmc.o