add gateway 7001 support patch from #1918
[openwrt.git] / target / linux / brcm47xx-2.6 / files / drivers / ssb / Makefile
1 ssb-builtin-drivers-y                                   += driver_chipcommon.o
2 ssb-builtin-drivers-$(CONFIG_SSB_DRIVER_MIPS)           += driver_mipscore.o
3 ssb-builtin-drivers-$(CONFIG_SSB_DRIVER_PCICORE)        += driver_pcicore.o
4
5 ssb-hostsupport-$(CONFIG_SSB_PCIHOST)                   += pci.o pcihost_wrapper.o
6 ssb-hostsupport-$(CONFIG_SSB_PCMCIAHOST)                += pcmcia.o
7
8 obj-$(CONFIG_SSB) += ssb.o
9
10 ssb-objs        := main.o scan.o \
11                    $(ssb-hostsupport-y) $(ssb-builtin-drivers-y)