summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx-2.6/files/drivers/ssb/Makefile
blob: 9f85d225dda2ef01657ce8866a1f632027ccc24b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ssb-driver-chipcommon-y				:= driver_chipcommon/chipcommon.o
ssb-driver-mips-$(CONFIG_BCM947XX)	:= driver_mips/mips.o
ssb-driver-pci-$(CONFIG_SSB_DRIVER_PCICORE)	:= driver_pci/pcicore.o

ssb-$(CONFIG_SSB_PCIHOST)			+= pci.o
ssb-$(CONFIG_SSB_PCMCIAHOST)			+= pcmcia.o

obj-$(CONFIG_SSB) += ssb.o

ssb-objs	:= core.o scan.o \
		   $(ssb-y) $(ssb-m) \
		   $(ssb-driver-chipcommon-y) \
		   $(ssb-driver-mips-y) \
		   $(ssb-driver-pci-y)