aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/Makefile
diff options
context:
space:
mode:
authorEddie James <eajames@linux.ibm.com>2019-08-27 09:48:03 -0500
committerPeng Fan <peng.fan@nxp.com>2019-09-05 15:27:31 +0800
commit7764ee2e832a2130e59cf030648b003ce5464560 (patch)
tree218541171e72fa116648c8cdcef53fdc57db39a8 /drivers/mmc/Makefile
parent38c9f08b41ed9e6625b56320b78d4954cbf5fae6 (diff)
downloadu-boot-7764ee2e832a2130e59cf030648b003ce5464560.zip
u-boot-7764ee2e832a2130e59cf030648b003ce5464560.tar.gz
u-boot-7764ee2e832a2130e59cf030648b003ce5464560.tar.bz2
mmc: Add Aspeed SD controller driver
Add support for the Aspeed SD host controller engine. Signed-off-by: Eddie James <eajames@linux.ibm.com> Reviewed-by: Cédric Le Goater <clg@kaod.org>
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 6cc018b..5594195 100644
--- a/drivers/mmc/Makefile
+++ b/drivers/mmc/Makefile
@@ -46,6 +46,7 @@ obj-$(CONFIG_JZ47XX_MMC) += jz_mmc.o
# SDHCI
obj-$(CONFIG_MMC_SDHCI) += sdhci.o
+obj-$(CONFIG_MMC_SDHCI_ASPEED) += aspeed_sdhci.o
obj-$(CONFIG_MMC_SDHCI_ATMEL) += atmel_sdhci.o
obj-$(CONFIG_MMC_SDHCI_BCM2835) += bcm2835_sdhci.o
obj-$(CONFIG_MMC_SDHCI_BCMSTB) += bcmstb_sdhci.o