blob: 7daa03e34b37eba8c534ac177bb08b2802f6ac74 [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
Michael Buesch61e115a2007-09-18 15:12:50 -040010
11# built-in drivers
12ssb-y += driver_chipcommon.o
Michael Bueschc9703142009-02-03 19:23:18 +010013ssb-y += driver_chipcommon_pmu.o
Rafał Miłecki72a525c2013-01-06 21:48:50 +010014ssb-$(CONFIG_SSB_SFLASH) += driver_chipcommon_sflash.o
Michael Buesch61e115a2007-09-18 15:12:50 -040015ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o
16ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o
17ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o
Michael Bueschaab547c2008-02-29 11:36:12 +010018ssb-$(CONFIG_SSB_DRIVER_GIGE) += driver_gige.o
Hauke Mehrtensec43b082012-11-20 22:24:33 +000019ssb-$(CONFIG_SSB_DRIVER_GPIO) += driver_gpio.o
Michael Buesch61e115a2007-09-18 15:12:50 -040020
21# b43 pci-ssb-bridge driver
22# Not strictly a part of SSB, but kept here for convenience
Alexey Zaytsevc7084532008-02-23 12:59:26 +030023ssb-$(CONFIG_SSB_B43_PCI_BRIDGE) += b43_pci_bridge.o
Michael Buesch61e115a2007-09-18 15:12:50 -040024
25obj-$(CONFIG_SSB) += ssb.o