add pci latency timer workaround for atheros cards (from #1546)
[openwrt-10.03/.git] / target / linux / brcm47xx-2.6 / files / drivers / ssb / Makefile
1 ssb-driver-chipcommon-y                         := driver_chipcommon/chipcommon.o
2 ssb-driver-mips-$(CONFIG_BCM947XX)      := driver_mips/mips.o
3 ssb-driver-pci-$(CONFIG_SSB_DRIVER_PCICORE)     := driver_pci/pcicore.o
4
5 ssb-$(CONFIG_SSB_PCIHOST)                       += pci.o
6 ssb-$(CONFIG_SSB_PCMCIAHOST)                    += pcmcia.o
7
8 obj-$(CONFIG_SSB) += ssb.o
9
10 ssb-objs        := core.o scan.o \
11                    $(ssb-y) $(ssb-m) \
12                    $(ssb-driver-chipcommon-y) \
13                    $(ssb-driver-mips-y) \
14                    $(ssb-driver-pci-y)