Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[deliverable/linux.git] / drivers / net / wireless / b43 / Makefile
CommitLineData
e4d6b795 1b43-y += main.o
482f0538 2b43-y += bus.o
e4d6b795 3b43-y += tables.o
692d2c0f
RM
4b43-$(CONFIG_B43_PHY_N) += tables_nphy.o
5b43-$(CONFIG_B43_PHY_N) += radio_2055.o
6b43-$(CONFIG_B43_PHY_N) += radio_2056.o
ef1a628d
MB
7b43-y += phy_common.o
8b43-y += phy_g.o
9b43-y += phy_a.o
692d2c0f 10b43-$(CONFIG_B43_PHY_N) += phy_n.o
e63e4363 11b43-$(CONFIG_B43_PHY_LP) += phy_lp.o
6c1bb927 12b43-$(CONFIG_B43_PHY_LP) += tables_lpphy.o
d7520b1d 13b43-$(CONFIG_B43_PHY_HT) += phy_ht.o
1a931392 14b43-$(CONFIG_B43_PHY_HT) += tables_phy_ht.o
5192bf56 15b43-$(CONFIG_B43_PHY_HT) += radio_2059.o
1d738e64 16b43-$(CONFIG_B43_PHY_LCN) += phy_lcn.o tables_phy_lcn.o
e4d6b795 17b43-y += sysfs.o
e4d6b795
MB
18b43-y += xmit.o
19b43-y += lo.o
61bca6eb 20b43-y += wa.o
03b29773 21b43-y += dma.o
b02914af 22b43-y += pio.o
f41f3f37 23b43-y += rfkill.o
21954c36 24b43-$(CONFIG_B43_LEDS) += leds.o
e4d6b795 25b43-$(CONFIG_B43_PCMCIA) += pcmcia.o
3dbba8e2 26b43-$(CONFIG_B43_SDIO) += sdio.o
e4d6b795 27b43-$(CONFIG_B43_DEBUG) += debugfs.o
e4d6b795
MB
28
29obj-$(CONFIG_B43) += b43.o
This page took 0.610548 seconds and 5 git commands to generate.