Package support for IP over ATM
[openwrt.git] / target / linux / generic-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)
This page took 0.045404 seconds and 5 git commands to generate.