]> git.ipfire.org Git - people/arne_f/kernel.git/blame - drivers/ssb/Makefile
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[people/arne_f/kernel.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
399500da 8ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.o bridge_pcmcia_80211.o
24ea602e 9ssb-$(CONFIG_SSB_SDIOHOST) += sdio.o
845da6e5 10ssb-$(CONFIG_SSB_HOST_SOC) += host_soc.o
61e115a5
MB
11
12# built-in drivers
13ssb-y += driver_chipcommon.o
c9703146 14ssb-y += driver_chipcommon_pmu.o
72a525cb 15ssb-$(CONFIG_SSB_SFLASH) += driver_chipcommon_sflash.o
61e115a5
MB
16ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o
17ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o
18ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o
aab547ce 19ssb-$(CONFIG_SSB_DRIVER_GIGE) += driver_gige.o
ec43b08b 20ssb-$(CONFIG_SSB_DRIVER_GPIO) += driver_gpio.o
61e115a5
MB
21
22# b43 pci-ssb-bridge driver
23# Not strictly a part of SSB, but kept here for convenience
c7084535 24ssb-$(CONFIG_SSB_B43_PCI_BRIDGE) += b43_pci_bridge.o
61e115a5
MB
25
26obj-$(CONFIG_SSB) += ssb.o