diff options
Diffstat (limited to 'drivers/net/wireless/b43/Makefile')
-rw-r--r-- | drivers/net/wireless/b43/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/net/wireless/b43/Makefile b/drivers/net/wireless/b43/Makefile index dc270474b33c..1e11ca8022a9 100644 --- a/drivers/net/wireless/b43/Makefile +++ b/drivers/net/wireless/b43/Makefile | |||
@@ -1,4 +1,3 @@ | |||
1 | # b43 core | ||
2 | b43-y += main.o | 1 | b43-y += main.o |
3 | b43-y += tables.o | 2 | b43-y += tables.o |
4 | b43-y += phy.o | 3 | b43-y += phy.o |
@@ -6,16 +5,10 @@ b43-y += sysfs.o | |||
6 | b43-y += xmit.o | 5 | b43-y += xmit.o |
7 | b43-y += lo.o | 6 | b43-y += lo.o |
8 | b43-y += wa.o | 7 | b43-y += wa.o |
9 | # b43 RFKILL button support | 8 | b43-y += dma.o |
10 | b43-$(CONFIG_B43_RFKILL) += rfkill.o | 9 | b43-$(CONFIG_B43_RFKILL) += rfkill.o |
11 | # b43 LED support | ||
12 | b43-$(CONFIG_B43_LEDS) += leds.o | 10 | b43-$(CONFIG_B43_LEDS) += leds.o |
13 | # b43 PCMCIA support | ||
14 | b43-$(CONFIG_B43_PCMCIA) += pcmcia.o | 11 | b43-$(CONFIG_B43_PCMCIA) += pcmcia.o |
15 | # b43 debugging | ||
16 | b43-$(CONFIG_B43_DEBUG) += debugfs.o | 12 | b43-$(CONFIG_B43_DEBUG) += debugfs.o |
17 | # b43 DMA and PIO | ||
18 | b43-$(CONFIG_B43_DMA) += dma.o | ||
19 | b43-$(CONFIG_B43_PIO) += pio.o | ||
20 | 13 | ||
21 | obj-$(CONFIG_B43) += b43.o | 14 | obj-$(CONFIG_B43) += b43.o |