Signed-off-by: Alexander Shiyan <shc_work@xxxxxxx> --- drivers/mci/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/mci/Makefile b/drivers/mci/Makefile index 0fc31af..88e9665 100644 --- a/drivers/mci/Makefile +++ b/drivers/mci/Makefile @@ -1,9 +1,9 @@ -obj-$(CONFIG_MCI) += mci-core.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 -obj-$(CONFIG_MCI_OMAP_HSMMC) += omap_hsmmc.o -obj-$(CONFIG_MCI_PXA) += pxamci.o -obj-$(CONFIG_MCI_ATMEL) += atmel_mci.o -obj-$(CONFIG_MCI_SPI) += mci_spi.o +obj-$(CONFIG_MCI) += mci-core.o +obj-$(CONFIG_MCI_ATMEL) += atmel_mci.o +obj-$(CONFIG_MCI_IMX) += imx.o +obj-$(CONFIG_MCI_IMX_ESDHC) += imx-esdhc.o +obj-$(CONFIG_MCI_MXS) += mxs.o +obj-$(CONFIG_MCI_OMAP_HSMMC) += omap_hsmmc.o +obj-$(CONFIG_MCI_PXA) += pxamci.o +obj-$(CONFIG_MCI_S3C) += s3c.o +obj-$(CONFIG_MCI_SPI) += mci_spi.o -- 1.8.1.5 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox