Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelv...
[deliverable/linux.git] / drivers / net / wireless / b43 / Makefile
1 b43-y += main.o
2 b43-y += tables.o
3 b43-$(CONFIG_B43_NPHY) += tables_nphy.o
4 b43-y += phy_common.o
5 b43-y += phy_g.o
6 b43-y += phy_a.o
7 b43-$(CONFIG_B43_NPHY) += phy_n.o
8 b43-$(CONFIG_B43_PHY_LP) += phy_lp.o
9 b43-$(CONFIG_B43_PHY_LP) += tables_lpphy.o
10 b43-y += sysfs.o
11 b43-y += xmit.o
12 b43-y += lo.o
13 b43-y += wa.o
14 b43-y += dma.o
15 b43-$(CONFIG_B43_PIO) += pio.o
16 b43-y += rfkill.o
17 b43-$(CONFIG_B43_LEDS) += leds.o
18 b43-$(CONFIG_B43_PCMCIA) += pcmcia.o
19 b43-$(CONFIG_B43_DEBUG) += debugfs.o
20
21 obj-$(CONFIG_B43) += b43.o
This page took 0.042725 seconds and 5 git commands to generate.