aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/Makefile
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2020-09-23 12:42:51 +0200
committerPeng Fan <peng.fan@nxp.com>2020-10-12 15:50:19 +0800
commit4d6a773b1cfcb7e62d12dd31e588b5d00179b470 (patch)
tree262d88f7955fceeb8806c9675a42543e4fc8e8bc /drivers/mmc/Makefile
parent7e48a028a42c111ba38a90b86e5f57dace980fa0 (diff)
downloadu-boot-4d6a773b1cfcb7e62d12dd31e588b5d00179b470.zip
u-boot-4d6a773b1cfcb7e62d12dd31e588b5d00179b470.tar.gz
u-boot-4d6a773b1cfcb7e62d12dd31e588b5d00179b470.tar.bz2
mmc: sdhci: move the ADMA2 table handling into own module
There are other (non-SDHCI) controllers which supports ADMA2 descriptor tables, namely the Freescale eSDHC. Instead of copying the code, move it into an own module. Signed-off-by: Michael Walle <michael@walle.cc>
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 22266ec..1c849cb 100644
--- a/drivers/mmc/Makefile
+++ b/drivers/mmc/Makefile
@@ -6,6 +6,7 @@
obj-y += mmc.o
obj-$(CONFIG_$(SPL_)DM_MMC) += mmc-uclass.o
obj-$(CONFIG_$(SPL_)MMC_WRITE) += mmc_write.o
+obj-$(CONFIG_MMC_SDHCI_ADMA_HELPERS) += sdhci-adma.o
ifndef CONFIG_$(SPL_)BLK
obj-y += mmc_legacy.o