blob: 142d33df040f2871b203f219f4a7b1348510f540 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Michael Buesch61e115a2007-09-18 15:12:50 -04002# core
3ssb-y += main.o scan.o
Michael Buesch42bfad42008-02-19 12:41:30 +01004ssb-$(CONFIG_SSB_EMBEDDED) += embedded.o
Michael Buesche7ec2e32008-03-10 17:26:32 +01005ssb-$(CONFIG_SSB_SPROM) += sprom.o
Michael Buesch61e115a2007-09-18 15:12:50 -04006
7# host support
8ssb-$(CONFIG_SSB_PCIHOST) += pci.o pcihost_wrapper.o
Rafał Miłecki399500da2015-10-15 07:23:25 +02009ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.o bridge_pcmcia_80211.o
Albert Herranz24ea6022009-09-08 19:30:12 +020010ssb-$(CONFIG_SSB_SDIOHOST) += sdio.o
Rafał Miłecki845da6e2015-10-25 19:32:43 +010011ssb-$(CONFIG_SSB_HOST_SOC) += host_soc.o
Michael Buesch61e115a2007-09-18 15:12:50 -040012
13# built-in drivers
14ssb-y += driver_chipcommon.o
Michael Bueschc9703142009-02-03 19:23:18 +010015ssb-y += driver_chipcommon_pmu.o
Rafał Miłecki72a525c2013-01-06 21:48:50 +010016ssb-$(CONFIG_SSB_SFLASH) += driver_chipcommon_sflash.o
Michael Buesch61e115a2007-09-18 15:12:50 -040017ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o
18ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o
19ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o
Michael Bueschaab547c2008-02-29 11:36:12 +010020ssb-$(CONFIG_SSB_DRIVER_GIGE) += driver_gige.o
Hauke Mehrtensec43b082012-11-20 22:24:33 +000021ssb-$(CONFIG_SSB_DRIVER_GPIO) += driver_gpio.o
Michael Buesch61e115a2007-09-18 15:12:50 -040022
23# b43 pci-ssb-bridge driver
24# Not strictly a part of SSB, but kept here for convenience
Alexey Zaytsevc7084532008-02-23 12:59:26 +030025ssb-$(CONFIG_SSB_B43_PCI_BRIDGE) += b43_pci_bridge.o
Michael Buesch61e115a2007-09-18 15:12:50 -040026
27obj-$(CONFIG_SSB) += ssb.o