[PATCH 2/2] MCI: Sort Makefile entries

Alexander Shiyan shc_work at mail.ru
Fri May 10 01:39:09 EDT 2013


Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
---
 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




More information about the barebox mailing list