Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1#
2# Makefile for the bus drivers.
3#
4
5obj-$(CONFIG_IMX_WEIM) += imx-weim.o
6obj-$(CONFIG_MVEBU_MBUS) += mvebu-mbus.o
7obj-$(CONFIG_OMAP_OCP2SCP) += omap-ocp2scp.o
8
9# Interconnect bus driver for OMAP SoCs.
10obj-$(CONFIG_OMAP_INTERCONNECT) += omap_l3_smx.o omap_l3_noc.o
11# CCI cache coherent interconnect for ARM platforms
12obj-$(CONFIG_ARM_CCI) += arm-cci.o