diff options
Diffstat (limited to 'drivers/mmc/host/Makefile')
-rw-r--r-- | drivers/mmc/host/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/Makefile b/drivers/mmc/host/Makefile index 6685f64345b4..8dc82ce647b7 100644 --- a/drivers/mmc/host/Makefile +++ b/drivers/mmc/host/Makefile | |||
@@ -15,4 +15,5 @@ obj-$(CONFIG_MMC_AU1X) += au1xmmc.o | |||
15 | obj-$(CONFIG_MMC_OMAP) += omap.o | 15 | obj-$(CONFIG_MMC_OMAP) += omap.o |
16 | obj-$(CONFIG_MMC_AT91) += at91_mci.o | 16 | obj-$(CONFIG_MMC_AT91) += at91_mci.o |
17 | obj-$(CONFIG_MMC_TIFM_SD) += tifm_sd.o | 17 | obj-$(CONFIG_MMC_TIFM_SD) += tifm_sd.o |
18 | obj-$(CONFIG_MMC_SPI) += mmc_spi.o | ||
18 | 19 | ||