From 52409fae3e4b8d16b68b61902fc09075cd97b75d Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Sun, 2 Jul 2017 16:41:37 +0200 Subject: Backports generated from 4.11 kernel Initial commit. Signed-off-by: Dominik Sliwa --- drivers/bcma/Makefile | 17 +++++++++++++++++ 1 file changed, 17 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..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 -- cgit v1.2.3