diff options
Diffstat (limited to 'drivers/net/wireless/bcm43xx/Makefile')
-rw-r--r-- | drivers/net/wireless/bcm43xx/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/wireless/bcm43xx/Makefile b/drivers/net/wireless/bcm43xx/Makefile index e025e9f052b2..c87c1525b39f 100644 --- a/drivers/net/wireless/bcm43xx/Makefile +++ b/drivers/net/wireless/bcm43xx/Makefile | |||
@@ -1,9 +1,11 @@ | |||
1 | obj-$(CONFIG_BCM43XX) += bcm43xx.o | 1 | obj-$(CONFIG_BCM43XX) += bcm43xx.o |
2 | bcm43xx-obj-$(CONFIG_BCM43XX_DEBUG) += bcm43xx_debugfs.o | 2 | bcm43xx-obj-$(CONFIG_BCM43XX_DEBUG) += bcm43xx_debugfs.o |
3 | 3 | ||
4 | bcm43xx-objs := bcm43xx_main.o bcm43xx_dma.o \ | 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 \ | ||
5 | bcm43xx_radio.o bcm43xx_phy.o \ | 8 | bcm43xx_radio.o bcm43xx_phy.o \ |
6 | bcm43xx_power.o bcm43xx_wx.o \ | 9 | bcm43xx_power.o bcm43xx_wx.o \ |
7 | bcm43xx_pio.o bcm43xx_ilt.o \ | ||
8 | bcm43xx_leds.o bcm43xx_ethtool.o \ | 10 | bcm43xx_leds.o bcm43xx_ethtool.o \ |
9 | $(bcm43xx-obj-y) | 11 | $(bcm43xx-obj-y) |