add updated mac80211 - this no longer relies on patching includes in the kernel trees...
[openwrt/staging/yousong.git] / package / bcm43xx-mac80211 / src / bcm43xx / Makefile
1 obj-$(CONFIG_BCM43XX_MAC80211) += bcm43xx-mac80211.o
2
3 bcm43xx-mac80211-obj-$(CONFIG_BCM43XX_MAC80211_PCMCIA) += bcm43xx_pcmcia.o
4
5 bcm43xx-mac80211-obj-$(CONFIG_BCM43XX_MAC80211_DEBUG) += bcm43xx_debugfs.o
6
7 bcm43xx-mac80211-obj-$(CONFIG_BCM43XX_MAC80211_DMA) += bcm43xx_dma.o
8 bcm43xx-mac80211-obj-$(CONFIG_BCM43XX_MAC80211_PIO) += bcm43xx_pio.o
9
10 bcm43xx-mac80211-objs := bcm43xx_main.o \
11 bcm43xx_tables.o \
12 bcm43xx_phy.o \
13 bcm43xx_power.o \
14 bcm43xx_sysfs.o \
15 bcm43xx_leds.o \
16 bcm43xx_xmit.o \
17 bcm43xx_lo.o \
18 $(bcm43xx-mac80211-obj-y)