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