summaryrefslogtreecommitdiff
path: root/drivers/bcma/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bcma/Makefile')
-rw-r--r--drivers/bcma/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/bcma/Makefile b/drivers/bcma/Makefile
new file mode 100644
index 0000000..18a9541
--- /dev/null
+++ b/drivers/bcma/Makefile
@@ -0,0 +1,17 @@
+bcma-y += main.o scan.o core.o sprom.o
+bcma-y += driver_chipcommon.o driver_chipcommon_pmu.o
+bcma-y += driver_chipcommon_b.o
+bcma-$(CPTCFG_BCMA_PFLASH) += driver_chipcommon_pflash.o
+bcma-$(CPTCFG_BCMA_SFLASH) += driver_chipcommon_sflash.o
+bcma-$(CPTCFG_BCMA_NFLASH) += driver_chipcommon_nflash.o
+bcma-$(CPTCFG_BCMA_DRIVER_PCI) += driver_pci.o
+bcma-$(CPTCFG_BCMA_DRIVER_PCI) += driver_pcie2.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