Makefile (5ddf8bad8c5ff52aae512215131f0af37176f6ea) | Makefile (0ee7261c9212dbaf72d510e37f6c5b849d1847f0) |
---|---|
1# 2# Makefile for the bus drivers. 3# 4 5obj-$(CONFIG_OMAP_OCP2SCP) += omap-ocp2scp.o | 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 |
|