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
5 ssb-hostsupport-
$(CONFIG_SSB_PCIHOST
) += pci.o pcihost_wrapper.o
6 ssb-hostsupport-
$(CONFIG_SSB_PCMCIAHOST
) += pcmcia.o
8 obj-
$(CONFIG_SSB
) += ssb.o
10 ssb-objs
:= main.o scan.o \
11 $(ssb-hostsupport-y
) $(ssb-builtin-drivers-y
)