summaryrefslogtreecommitdiff
path: root/drivers/bcma/Makefile
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-07-05 01:10:41 +0200
committerJohn W. Linville <linville@tuxdriver.com>2014-07-07 16:32:16 -0400
commitf473832fece16611520bf54ad52b16c3f6db0a94 (patch)
treef05540f9ee9ed3b93c065dc631d73f3e9491905b /drivers/bcma/Makefile
parentfe5e499f427dadbeeb079e0a796702f4a3da78a0 (diff)
bcma: add driver for PCIe Gen 2 core
New Broadcom PCIe devices (802.11ac ones?) use Gen2 and have to be initialized differently. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/bcma/Makefile')
-rw-r--r--drivers/bcma/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bcma/Makefile b/drivers/bcma/Makefile
index 734b32f09c0a..91290f7f61b8 100644
--- a/drivers/bcma/Makefile
+++ b/drivers/bcma/Makefile
@@ -3,6 +3,7 @@ bcma-y += driver_chipcommon.o driver_chipcommon_pmu.o
bcma-$(CONFIG_BCMA_SFLASH) += driver_chipcommon_sflash.o
bcma-$(CONFIG_BCMA_NFLASH) += driver_chipcommon_nflash.o
bcma-y += driver_pci.o
+bcma-y += driver_pcie2.o
bcma-$(CONFIG_BCMA_DRIVER_PCI_HOSTMODE) += driver_pci_host.o
bcma-$(CONFIG_BCMA_DRIVER_MIPS) += driver_mips.o
bcma-$(CONFIG_BCMA_DRIVER_GMAC_CMN) += driver_gmac_cmn.o