blob: cfbb74f2982e497b4eba0df522dedb7c877e62cc [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
9
10# built-in drivers
11ssb-y += driver_chipcommon.o
Michael Bueschc9703142009-02-03 19:23:18 +010012ssb-y += driver_chipcommon_pmu.o
Michael Buesch61e115a2007-09-18 15:12:50 -040013ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o
14ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o
15ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o
Michael Bueschaab547c2008-02-29 11:36:12 +010016ssb-$(CONFIG_SSB_DRIVER_GIGE) += driver_gige.o
Michael Buesch61e115a2007-09-18 15:12:50 -040017
18# b43 pci-ssb-bridge driver
19# Not strictly a part of SSB, but kept here for convenience
Alexey Zaytsevc7084532008-02-23 12:59:26 +030020ssb-$(CONFIG_SSB_B43_PCI_BRIDGE) += b43_pci_bridge.o
Michael Buesch61e115a2007-09-18 15:12:50 -040021
22obj-$(CONFIG_SSB) += ssb.o