xref: /openbmc/linux/drivers/bus/Makefile (revision ee89bd6b)
1#
2# Makefile for the bus drivers.
3#
4
5obj-$(CONFIG_MVEBU_MBUS) += mvebu-mbus.o
6obj-$(CONFIG_OMAP_OCP2SCP)	+= omap-ocp2scp.o
7
8# Interconnect bus driver for OMAP SoCs.
9obj-$(CONFIG_OMAP_INTERCONNECT)	+= omap_l3_smx.o omap_l3_noc.o
10