summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mci/Makefile')
-rw-r--r--drivers/mci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mci/Makefile b/drivers/mci/Makefile
index a10cb47960..f175bbac59 100644
--- a/drivers/mci/Makefile
+++ b/drivers/mci/Makefile
@@ -1,5 +1,5 @@
obj-$(CONFIG_MCI) += mci-core.o
-obj-$(CONFIG_MCI_STM378X) += stm378x.o
+obj-$(CONFIG_MCI_MXS) += mxs.o
obj-$(CONFIG_MCI_S3C) += s3c.o
obj-$(CONFIG_MCI_IMX) += imx.o
obj-$(CONFIG_MCI_IMX_ESDHC) += imx-esdhc.o