summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Makefile
diff options
context:
space:
mode:
authorwilhelm <wilhelm.lundgren@gmail.com>2013-05-10 08:00:46 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-30 12:18:27 +0200
commit2821446cbeb840e3dc20b4999b107705bdc3f47a (patch)
tree45a075c2ae733ada53c567e7fdd87cd6eefb5515 /drivers/mci/Makefile
parentbd1bf53b34c62fa69ae5922a660643c6e5febf06 (diff)
downloadbarebox-2821446cbeb840e3dc20b4999b107705bdc3f47a.tar.gz
barebox-2821446cbeb840e3dc20b4999b107705bdc3f47a.tar.xz
Added sd driver for bcm2835 (Raspberry PI)
Replaced defines according to sdhci.h Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci/Makefile')
-rw-r--r--drivers/mci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mci/Makefile b/drivers/mci/Makefile
index d46d5f50e8..263f23a67a 100644
--- a/drivers/mci/Makefile
+++ b/drivers/mci/Makefile
@@ -8,3 +8,4 @@ obj-$(CONFIG_MFD_TWL6030) += twl6030.o
obj-$(CONFIG_MCI_PXA) += pxamci.o
obj-$(CONFIG_MCI_ATMEL) += atmel_mci.o
obj-$(CONFIG_MCI_SPI) += mci_spi.o
+obj-$(CONFIG_MCI_BCM2835) += mci-bcm2835.o