Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
[sfrench/cifs-2.6.git] / drivers / ssb / Makefile
1 # core
2 ssb-y                                   += main.o scan.o
3 ssb-$(CONFIG_SSB_EMBEDDED)              += embedded.o
4
5 # host support
6 ssb-$(CONFIG_SSB_PCIHOST)               += pci.o pcihost_wrapper.o
7 ssb-$(CONFIG_SSB_PCMCIAHOST)            += pcmcia.o
8
9 # built-in drivers
10 ssb-y                                   += driver_chipcommon.o
11 ssb-$(CONFIG_SSB_DRIVER_MIPS)           += driver_mipscore.o
12 ssb-$(CONFIG_SSB_DRIVER_EXTIF)          += driver_extif.o
13 ssb-$(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
17 ssb-$(CONFIG_SSB_B43_PCI_BRIDGE)        += b43_pci_bridge.o
18
19 obj-$(CONFIG_SSB)                       += ssb.o