blob: 64a09681cee0f1a1fe8aea4c1ce963dd60590d9f [file] [log] [blame]
Michael Buesch61e115a2007-09-18 15:12:50 -04001# core
2ssb-y += main.o scan.o
Michael Buesch42bfad42008-02-19 12:41:30 +01003ssb-$(CONFIG_SSB_EMBEDDED) += embedded.o
Michael Buesche7ec2e32008-03-10 17:26:32 +01004ssb-$(CONFIG_SSB_SPROM) += sprom.o
Michael Buesch61e115a2007-09-18 15:12:50 -04005
6# host support
7ssb-$(CONFIG_SSB_PCIHOST) += pci.o pcihost_wrapper.o
Rafał Miłecki399500da2015-10-15 07:23:25 +02008ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.o bridge_pcmcia_80211.o
Albert Herranz24ea6022009-09-08 19:30:12 +02009ssb-$(CONFIG_SSB_SDIOHOST) += sdio.o
Rafał Miłecki845da6e2015-10-25 19:32:43 +010010ssb-$(CONFIG_SSB_HOST_SOC) += host_soc.o
Michael Buesch61e115a2007-09-18 15:12:50 -040011
12# built-in drivers
13ssb-y += driver_chipcommon.o
Michael Bueschc9703142009-02-03 19:23:18 +010014ssb-y += driver_chipcommon_pmu.o
Rafał Miłecki72a525c2013-01-06 21:48:50 +010015ssb-$(CONFIG_SSB_SFLASH) += driver_chipcommon_sflash.o
Michael Buesch61e115a2007-09-18 15:12:50 -040016ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o
17ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o
18ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o
Michael Bueschaab547c2008-02-29 11:36:12 +010019ssb-$(CONFIG_SSB_DRIVER_GIGE) += driver_gige.o
Hauke Mehrtensec43b082012-11-20 22:24:33 +000020ssb-$(CONFIG_SSB_DRIVER_GPIO) += driver_gpio.o
Michael Buesch61e115a2007-09-18 15:12:50 -040021
22# b43 pci-ssb-bridge driver
23# Not strictly a part of SSB, but kept here for convenience
Alexey Zaytsevc7084532008-02-23 12:59:26 +030024ssb-$(CONFIG_SSB_B43_PCI_BRIDGE) += b43_pci_bridge.o
Michael Buesch61e115a2007-09-18 15:12:50 -040025
26obj-$(CONFIG_SSB) += ssb.o