blob: 910f35e32fc9fc818d37ee825cbe8ea1b94746d8 [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 Buesch61e115a2007-09-18 15:12:50 -04004
5# host support
6ssb-$(CONFIG_SSB_PCIHOST) += pci.o pcihost_wrapper.o
7ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.o
8
9# built-in drivers
10ssb-y += driver_chipcommon.o
11ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o
12ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o
13ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o
Michael Bueschaab547c2008-02-29 11:36:12 +010014ssb-$(CONFIG_SSB_DRIVER_GIGE) += driver_gige.o
Michael Buesch61e115a2007-09-18 15:12:50 -040015
16# b43 pci-ssb-bridge driver
17# Not strictly a part of SSB, but kept here for convenience
Alexey Zaytsevc7084532008-02-23 12:59:26 +030018ssb-$(CONFIG_SSB_B43_PCI_BRIDGE) += b43_pci_bridge.o
Michael Buesch61e115a2007-09-18 15:12:50 -040019
20obj-$(CONFIG_SSB) += ssb.o