Makefile 316 B

1234567891011
  1. #
  2. # Makefile for the bus drivers.
  3. #
  4. obj-$(CONFIG_MVEBU_MBUS) += mvebu-mbus.o
  5. obj-$(CONFIG_OMAP_OCP2SCP) += omap-ocp2scp.o
  6. # Interconnect bus driver for OMAP SoCs.
  7. obj-$(CONFIG_OMAP_INTERCONNECT) += omap_l3_smx.o omap_l3_noc.o
  8. # CCI cache coherent interconnect for ARM platforms
  9. obj-$(CONFIG_ARM_CCI) += arm-cci.o