ssb: Remove the old, now unused, data structures
[safe/jmp/linux-2.6] / drivers / ssb / Makefile
1 # core
2 ssb-y                                   += main.o scan.o
3
4 # host support
5 ssb-$(CONFIG_SSB_PCIHOST)               += pci.o pcihost_wrapper.o
6 ssb-$(CONFIG_SSB_PCMCIAHOST)            += pcmcia.o
7
8 # built-in drivers
9 ssb-y                                   += driver_chipcommon.o
10 ssb-$(CONFIG_SSB_DRIVER_MIPS)           += driver_mipscore.o
11 ssb-$(CONFIG_SSB_DRIVER_EXTIF)          += driver_extif.o
12 ssb-$(CONFIG_SSB_DRIVER_PCICORE)        += driver_pcicore.o
13
14 # b43 pci-ssb-bridge driver
15 # Not strictly a part of SSB, but kept here for convenience
16 ssb-$(CONFIG_SSB_PCIHOST)               += b43_pci_bridge.o
17
18 obj-$(CONFIG_SSB)                       += ssb.o