Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / drivers / ssb / Makefile
CommitLineData
61e115a5
MB
1# core
2ssb-y += main.o scan.o
42bfad4f 3ssb-$(CONFIG_SSB_EMBEDDED) += embedded.o
e7ec2e32 4ssb-$(CONFIG_SSB_SPROM) += sprom.o
61e115a5
MB
5
6# host support
7ssb-$(CONFIG_SSB_PCIHOST) += pci.o pcihost_wrapper.o
8ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.o
24ea602e 9ssb-$(CONFIG_SSB_SDIOHOST) += sdio.o
61e115a5
MB
10
11# built-in drivers
12ssb-y += driver_chipcommon.o
c9703146 13ssb-y += driver_chipcommon_pmu.o
72a525cb 14ssb-$(CONFIG_SSB_SFLASH) += driver_chipcommon_sflash.o
61e115a5
MB
15ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o
16ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o
17ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o
aab547ce 18ssb-$(CONFIG_SSB_DRIVER_GIGE) += driver_gige.o
ec43b08b 19ssb-$(CONFIG_SSB_DRIVER_GPIO) += driver_gpio.o
61e115a5
MB
20
21# b43 pci-ssb-bridge driver
22# Not strictly a part of SSB, but kept here for convenience
c7084535 23ssb-$(CONFIG_SSB_B43_PCI_BRIDGE) += b43_pci_bridge.o
61e115a5
MB
24
25obj-$(CONFIG_SSB) += ssb.o
This page took 0.657933 seconds and 5 git commands to generate.