]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/ssb/Makefile
Merge tag 'for-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[mirror_ubuntu-bionic-kernel.git] / drivers / ssb / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
61e115a5
MB
2# core
3ssb-y += main.o scan.o
42bfad4f 4ssb-$(CONFIG_SSB_EMBEDDED) += embedded.o
e7ec2e32 5ssb-$(CONFIG_SSB_SPROM) += sprom.o
61e115a5
MB
6
7# host support
8ssb-$(CONFIG_SSB_PCIHOST) += pci.o pcihost_wrapper.o
399500da 9ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.o bridge_pcmcia_80211.o
24ea602e 10ssb-$(CONFIG_SSB_SDIOHOST) += sdio.o
845da6e5 11ssb-$(CONFIG_SSB_HOST_SOC) += host_soc.o
61e115a5
MB
12
13# built-in drivers
14ssb-y += driver_chipcommon.o
c9703146 15ssb-y += driver_chipcommon_pmu.o
72a525cb 16ssb-$(CONFIG_SSB_SFLASH) += driver_chipcommon_sflash.o
61e115a5
MB
17ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o
18ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o
19ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o
aab547ce 20ssb-$(CONFIG_SSB_DRIVER_GIGE) += driver_gige.o
ec43b08b 21ssb-$(CONFIG_SSB_DRIVER_GPIO) += driver_gpio.o
61e115a5
MB
22
23# b43 pci-ssb-bridge driver
24# Not strictly a part of SSB, but kept here for convenience
c7084535 25ssb-$(CONFIG_SSB_B43_PCI_BRIDGE) += b43_pci_bridge.o
61e115a5
MB
26
27obj-$(CONFIG_SSB) += ssb.o