This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / drivers / net / wireless / bcm43xx / Makefile
1 obj-$(CONFIG_BCM43XX) += bcm43xx.o
2 bcm43xx-obj-$(CONFIG_BCM43XX_DEBUG) += bcm43xx_debugfs.o
3
4 bcm43xx-obj-$(CONFIG_BCM43XX_DMA) += bcm43xx_dma.o
5 bcm43xx-obj-$(CONFIG_BCM43XX_PIO) += bcm43xx_pio.o
6
7 bcm43xx-objs := bcm43xx_main.o bcm43xx_ilt.o \
8                 bcm43xx_radio.o bcm43xx_phy.o \
9                 bcm43xx_power.o bcm43xx_wx.o \
10                 bcm43xx_leds.o bcm43xx_ethtool.o \
11                 bcm43xx_xmit.o bcm43xx_sysfs.o \
12                 $(bcm43xx-obj-y)