include/net/ieee80211.h - remove duplicate include
[GitHub/LineageOS/android_kernel_samsung_universal7580.git] / drivers / ssb / Makefile
CommitLineData
61e115a5
MB
1# core
2ssb-y += main.o scan.o
42bfad4f 3ssb-$(CONFIG_SSB_EMBEDDED) += embedded.o
61e115a5
MB
4
5# host support
6ssb-$(CONFIG_SSB_PCIHOST) += pci.o pcihost_wrapper.o
7ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.o
8
9# built-in drivers
10ssb-y += driver_chipcommon.o
11ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o
12ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o
13ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o
aab547ce 14ssb-$(CONFIG_SSB_DRIVER_GIGE) += driver_gige.o
61e115a5
MB
15
16# b43 pci-ssb-bridge driver
17# Not strictly a part of SSB, but kept here for convenience
c7084535 18ssb-$(CONFIG_SSB_B43_PCI_BRIDGE) += b43_pci_bridge.o
61e115a5
MB
19
20obj-$(CONFIG_SSB) += ssb.o