summaryrefslogtreecommitdiffstats
path: root/drivers/bcma/Makefile
diff options
context:
space:
mode:
authorroot <root@artemis.panaceas.org>2015-12-25 15:00:15 +0000
committerroot <root@artemis.panaceas.org>2015-12-25 15:00:15 +0000
commitddd86436f4e3643c04b797f858dab95d5f2e4de9 (patch)
treebfe7a780cf9a2f4fc33aec32c82e625e79dece1f /drivers/bcma/Makefile
downloadbackports-3.10.19-1-ddd86436f4e3643c04b797f858dab95d5f2e4de9.tar.gz
backports-3.10.19-1-ddd86436f4e3643c04b797f858dab95d5f2e4de9.tar.bz2
backports-3.10.19-1-ddd86436f4e3643c04b797f858dab95d5f2e4de9.zip
Diffstat (limited to 'drivers/bcma/Makefile')
-rw-r--r--drivers/bcma/Makefile14
1 files changed, 14 insertions, 0 deletions
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