Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / ssb / Makefile
1 # core
2 ssb-y += main.o scan.o
3 ssb-$(CONFIG_SSB_EMBEDDED) += embedded.o
4 ssb-$(CONFIG_SSB_SPROM) += sprom.o
5
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
10
11 # built-in drivers
12 ssb-y += driver_chipcommon.o
13 ssb-y += driver_chipcommon_pmu.o
14 ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o
15 ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o
16 ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o
17 ssb-$(CONFIG_SSB_DRIVER_GIGE) += driver_gige.o
18
19 # b43 pci-ssb-bridge driver
20 # Not strictly a part of SSB, but kept here for convenience
21 ssb-$(CONFIG_SSB_B43_PCI_BRIDGE) += b43_pci_bridge.o
22
23 obj-$(CONFIG_SSB) += ssb.o
This page took 0.029851 seconds and 5 git commands to generate.