blob: 45d997c85453288436ecc56eccfaec5ca35085ac (
plain)
1
2
3
4
5
6
7
8
|
#
# Makefile for the bus drivers.
#
obj-$(CONFIG_OMAP_OCP2SCP) += omap-ocp2scp.o
# Interconnect bus driver for OMAP SoCs.
obj-$(CONFIG_OMAP_INTERCONNECT) += omap_l3_smx.o omap_l3_noc.o
|