summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/files/drivers/ssb/Makefile
blob: 9a2b379fbf54856bd61a986107e1d4257ba15490 (plain)
1
2
3
4
5
6
7
8
9
10
11
ssb-builtin-drivers-y					+= driver_chipcommon.o
ssb-builtin-drivers-$(CONFIG_SSB_DRIVER_MIPS)		+= driver_mipscore.o
ssb-builtin-drivers-$(CONFIG_SSB_DRIVER_PCICORE)	+= driver_pcicore.o

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

obj-$(CONFIG_SSB) += ssb.o

ssb-objs	:= main.o scan.o \
		   $(ssb-hostsupport-y) $(ssb-builtin-drivers-y)