Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[deliverable/linux.git] / drivers / bus / Makefile
1 #
2 # Makefile for the bus drivers.
3 #
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 # CCI cache coherent interconnect for ARM platforms
13 obj-$(CONFIG_ARM_CCI) += arm-cci.o
14
15 obj-$(CONFIG_VEXPRESS_CONFIG) += vexpress-config.o
This page took 0.056754 seconds and 5 git commands to generate.