blob: 656e58b926189d9741a4039933f864a9d78f7fb8 [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
8ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.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
Michael Buesch61e115a2007-09-18 15:12:50 -040014ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o
15ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o
16ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o
Michael Bueschaab547c2008-02-29 11:36:12 +010017ssb-$(CONFIG_SSB_DRIVER_GIGE) += driver_gige.o
Michael Buesch61e115a2007-09-18 15:12:50 -040018
19# b43 pci-ssb-bridge driver
20# Not strictly a part of SSB, but kept here for convenience
Alexey Zaytsevc7084532008-02-23 12:59:26 +030021ssb-$(CONFIG_SSB_B43_PCI_BRIDGE) += b43_pci_bridge.o
Michael Buesch61e115a2007-09-18 15:12:50 -040022
23obj-$(CONFIG_SSB) += ssb.o