Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[linux-2.6.git] / drivers / ssb / Makefile
blobb1ddc116d387c47119408ed07d71d3274cce0691
1 # core
2 ssb-y += main.o scan.o
3 ssb-$(CONFIG_SSB_EMBEDDED) += embedded.o
4 ssb-$(CONFIG_SSB_SPROM) += sprom.o
6 # host support
7 ssb-$(CONFIG_SSB_PCIHOST) += pci.o pcihost_wrapper.o
8 ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.o
9 ssb-$(CONFIG_SSB_SDIOHOST) += sdio.o
11 # built-in drivers
12 ssb-y += driver_chipcommon.o
13 ssb-y += driver_chipcommon_pmu.o
14 ssb-$(CONFIG_SSB_SFLASH) += driver_chipcommon_sflash.o
15 ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o
16 ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o
17 ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o
18 ssb-$(CONFIG_SSB_DRIVER_GIGE) += driver_gige.o
19 ssb-$(CONFIG_SSB_DRIVER_GPIO) += driver_gpio.o
21 # b43 pci-ssb-bridge driver
22 # Not strictly a part of SSB, but kept here for convenience
23 ssb-$(CONFIG_SSB_B43_PCI_BRIDGE) += b43_pci_bridge.o
25 obj-$(CONFIG_SSB) += ssb.o