blob: de94c2eb7a37250eb4fd5a8c16acd023acc8f563 [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
14
15# b43 pci-ssb-bridge driver
16# Not strictly a part of SSB, but kept here for convenience
Alexey Zaytsevc7084532008-02-23 12:59:26 +030017ssb-$(CONFIG_SSB_B43_PCI_BRIDGE) += b43_pci_bridge.o
Michael Buesch61e115a2007-09-18 15:12:50 -040018
19obj-$(CONFIG_SSB) += ssb.o