summaryrefslogtreecommitdiff
path: root/drivers/mmc/Makefile
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2021-02-16 04:16:52 +0300
committerPeng Fan <peng.fan@nxp.com>2021-02-19 10:10:41 +0300
commitcaee38aef71105c6bbc1910bad0e60bdabd053e2 (patch)
tree6cf7cdfccce51040f1deddd9251f82b0ecd62219 /drivers/mmc/Makefile
parent46938abd2c4c2b605c5af9483fff20ef6772eafc (diff)
downloadu-boot-caee38aef71105c6bbc1910bad0e60bdabd053e2.tar.xz
mmc: pwrseq: add mmc-pwrseq file to provide a generic interface
Add mmc-pwrseq file to provide a generic interface. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.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 1c849cbab2..89d6af3db3 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_PWRSEQ) += mmc-pwrseq.o
obj-$(CONFIG_MMC_SDHCI_ADMA_HELPERS) += sdhci-adma.o
ifndef CONFIG_$(SPL_)BLK