From ddd86436f4e3643c04b797f858dab95d5f2e4de9 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 25 Dec 2015 15:00:15 +0000 Subject: fish --- drivers/bcma/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 drivers/bcma/Makefile (limited to 'drivers/bcma/Makefile') diff --git a/drivers/bcma/Makefile b/drivers/bcma/Makefile new file mode 100644 index 0000000..3772def --- /dev/null +++ b/drivers/bcma/Makefile @@ -0,0 +1,14 @@ +bcma-y += main.o scan.o core.o sprom.o +bcma-y += driver_chipcommon.o driver_chipcommon_pmu.o +bcma-$(CPTCFG_BCMA_SFLASH) += driver_chipcommon_sflash.o +bcma-$(CPTCFG_BCMA_NFLASH) += driver_chipcommon_nflash.o +bcma-y += driver_pci.o +bcma-$(CPTCFG_BCMA_DRIVER_PCI_HOSTMODE) += driver_pci_host.o +bcma-$(CPTCFG_BCMA_DRIVER_MIPS) += driver_mips.o +bcma-$(CPTCFG_BCMA_DRIVER_GMAC_CMN) += driver_gmac_cmn.o +bcma-$(CPTCFG_BCMA_DRIVER_GPIO) += driver_gpio.o +bcma-$(CPTCFG_BCMA_HOST_PCI) += host_pci.o +bcma-$(CPTCFG_BCMA_HOST_SOC) += host_soc.o +obj-$(CPTCFG_BCMA) += bcma.o + +ccflags-$(CPTCFG_BCMA_DEBUG) := -DDEBUG -- cgit v1.2.3