diff options
author | Tom Rini | 2024-04-15 07:38:51 -0600 |
---|---|---|
committer | Tom Rini | 2024-04-15 07:38:51 -0600 |
commit | db972665794f38c7bf224d69f6a6206a4083d85d (patch) | |
tree | 414ce1b69f602096c093719fed5302c8cf0fb94a /drivers/mmc/Makefile | |
parent | d736d9f2126e014e92cd3efaa82d4b1520c6c25b (diff) | |
parent | 3657ef738ad6aa2c32c569e7ae67a5557343f7d0 (diff) |
Merge https://source.denx.de/u-boot/custodians/u-boot-mmc
Diffstat (limited to 'drivers/mmc/Makefile')
-rw-r--r-- | drivers/mmc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile index 3374321e290..72c3fb66ce0 100644 --- a/drivers/mmc/Makefile +++ b/drivers/mmc/Makefile @@ -11,7 +11,7 @@ obj-$(CONFIG_$(SPL_TPL_)BOOTSTD) += mmc_bootdev.o endif obj-$(CONFIG_$(SPL_TPL_)MMC_WRITE) += mmc_write.o -obj-$(CONFIG_MMC_PWRSEQ) += mmc-pwrseq.o +obj-$(CONFIG_$(SPL_)MMC_PWRSEQ) += mmc-pwrseq.o obj-$(CONFIG_MMC_SDHCI_ADMA_HELPERS) += sdhci-adma.o ifndef CONFIG_$(SPL_)BLK |