| Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 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 |