Makefile 237 B

12345678
  1. bcma-y += main.o scan.o core.o
  2. bcma-y += driver_chipcommon.o driver_chipcommon_pmu.o
  3. bcma-y += driver_pci.o
  4. bcma-$(CONFIG_BCMA_HOST_PCI) += host_pci.o
  5. obj-$(CONFIG_BCMA) += bcma.o
  6. ccflags-$(CONFIG_BCMA_DEBUG) := -DDEBUG