Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad...
[deliverable/linux.git] / drivers / ssb / Makefile
... / ...
CommitLineData
1# core
2ssb-y += main.o scan.o
3ssb-$(CONFIG_SSB_EMBEDDED) += embedded.o
4ssb-$(CONFIG_SSB_SPROM) += sprom.o
5
6# host support
7ssb-$(CONFIG_SSB_PCIHOST) += pci.o pcihost_wrapper.o
8ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.o
9ssb-$(CONFIG_SSB_SDIOHOST) += sdio.o
10
11# built-in drivers
12ssb-y += driver_chipcommon.o
13ssb-y += driver_chipcommon_pmu.o
14ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o
15ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o
16ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o
17ssb-$(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
21ssb-$(CONFIG_SSB_B43_PCI_BRIDGE) += b43_pci_bridge.o
22
23obj-$(CONFIG_SSB) += ssb.o
This page took 0.023457 seconds and 5 git commands to generate.