b43: LCN-PHY: tweaks for channel switching
[deliverable/linux.git] / drivers / net / wireless / b43 / Makefile
1 b43-y += main.o
2 b43-y += bus.o
3 b43-y += tables.o
4 b43-$(CONFIG_B43_PHY_N) += tables_nphy.o
5 b43-$(CONFIG_B43_PHY_N) += radio_2055.o
6 b43-$(CONFIG_B43_PHY_N) += radio_2056.o
7 b43-y += phy_common.o
8 b43-y += phy_g.o
9 b43-y += phy_a.o
10 b43-$(CONFIG_B43_PHY_N) += phy_n.o
11 b43-$(CONFIG_B43_PHY_LP) += phy_lp.o
12 b43-$(CONFIG_B43_PHY_LP) += tables_lpphy.o
13 b43-$(CONFIG_B43_PHY_HT) += phy_ht.o
14 b43-$(CONFIG_B43_PHY_HT) += tables_phy_ht.o
15 b43-$(CONFIG_B43_PHY_HT) += radio_2059.o
16 b43-$(CONFIG_B43_PHY_LCN) += phy_lcn.o tables_phy_lcn.o
17 b43-y += sysfs.o
18 b43-y += xmit.o
19 b43-y += lo.o
20 b43-y += wa.o
21 b43-y += dma.o
22 b43-y += pio.o
23 b43-y += rfkill.o
24 b43-$(CONFIG_B43_LEDS) += leds.o
25 b43-$(CONFIG_B43_PCMCIA) += pcmcia.o
26 b43-$(CONFIG_B43_SDIO) += sdio.o
27 b43-$(CONFIG_B43_DEBUG) += debugfs.o
28
29 obj-$(CONFIG_B43) += b43.o
This page took 0.035833 seconds and 5 git commands to generate.