aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/bcm43xx/Makefile
blob: 3e5ed77835e2098673241edb608654a26549e516 (plain) (blame)
1
2
3
4
5
6
7
8
obj-$(CONFIG_BCM43XX) += bcm43xx.o
bcm43xx-obj-$(CONFIG_BCM43XX_DEBUG) += bcm43xx_debugfs.o

bcm43xx-objs := bcm43xx_main.o bcm43xx_dma.o \
		bcm43xx_radio.o bcm43xx_phy.o \
		bcm43xx_power.o bcm43xx_wx.o \
		bcm43xx_pio.o bcm43xx_ilt.o \
		bcm43xx_leds.o $(bcm43xx-obj-y)