sh: sh_eth: Update to change of mii_bus
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / ssb / Makefile
1 # core
2 ssb-y += main.o scan.o
3 ssb-$(CONFIG_SSB_EMBEDDED) += embedded.o
4 ssb-$(CONFIG_SSB_SPROM) += sprom.o
5
6 # host support
7 ssb-$(CONFIG_SSB_PCIHOST) += pci.o pcihost_wrapper.o
8 ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.o
9
10 # built-in drivers
11 ssb-y += driver_chipcommon.o
12 ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o
13 ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o
14 ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o
15 ssb-$(CONFIG_SSB_DRIVER_GIGE) += driver_gige.o
16
17 # b43 pci-ssb-bridge driver
18 # Not strictly a part of SSB, but kept here for convenience
19 ssb-$(CONFIG_SSB_B43_PCI_BRIDGE) += b43_pci_bridge.o
20
21 obj-$(CONFIG_SSB) += ssb.o