1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 08:36:21 +03:00
openwrt-xburst/target/linux/brcm47xx-2.6/files/drivers/ssb/Makefile
nbd 4238a3aead update work in progress rewritten bcm947xx code. wifi and usb seem to be working, flash access still has problems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6276 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-08 02:34:18 +00:00

15 lines
436 B
Makefile

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)