Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers: bus: Sort Makefile entries alphabetically

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Tested-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Reviewed-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

authored by

Geert Uytterhoeven and committed by
Simon Horman
6320c411 13fbf3c8

+8 -8
+8 -8
drivers/bus/Makefile
··· 2 2 # Makefile for the bus drivers. 3 3 # 4 4 5 - obj-$(CONFIG_BRCMSTB_GISB_ARB) += brcmstb_gisb.o 6 - obj-$(CONFIG_IMX_WEIM) += imx-weim.o 7 - obj-$(CONFIG_MVEBU_MBUS) += mvebu-mbus.o 8 - obj-$(CONFIG_OMAP_OCP2SCP) += omap-ocp2scp.o 9 - 10 - # Interconnect bus driver for OMAP SoCs. 11 - obj-$(CONFIG_OMAP_INTERCONNECT) += omap_l3_smx.o omap_l3_noc.o 12 - 13 5 # Interconnect bus drivers for ARM platforms 14 6 obj-$(CONFIG_ARM_CCI) += arm-cci.o 15 7 obj-$(CONFIG_ARM_CCN) += arm-ccn.o 16 8 9 + obj-$(CONFIG_BRCMSTB_GISB_ARB) += brcmstb_gisb.o 10 + obj-$(CONFIG_IMX_WEIM) += imx-weim.o 11 + obj-$(CONFIG_MVEBU_MBUS) += mvebu-mbus.o 12 + 13 + # Interconnect bus driver for OMAP SoCs. 14 + obj-$(CONFIG_OMAP_INTERCONNECT) += omap_l3_smx.o omap_l3_noc.o 15 + 16 + obj-$(CONFIG_OMAP_OCP2SCP) += omap-ocp2scp.o 17 17 obj-$(CONFIG_VEXPRESS_CONFIG) += vexpress-config.o