Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.31-rc2 21 lines 543 B view raw
1b43-y += main.o 2b43-y += tables.o 3b43-$(CONFIG_B43_NPHY) += tables_nphy.o 4b43-y += phy_common.o 5b43-y += phy_g.o 6b43-y += phy_a.o 7b43-$(CONFIG_B43_NPHY) += phy_n.o 8b43-$(CONFIG_B43_PHY_LP) += phy_lp.o 9b43-$(CONFIG_B43_PHY_LP) += tables_lpphy.o 10b43-y += sysfs.o 11b43-y += xmit.o 12b43-y += lo.o 13b43-y += wa.o 14b43-y += dma.o 15b43-$(CONFIG_B43_PIO) += pio.o 16b43-y += rfkill.o 17b43-$(CONFIG_B43_LEDS) += leds.o 18b43-$(CONFIG_B43_PCMCIA) += pcmcia.o 19b43-$(CONFIG_B43_DEBUG) += debugfs.o 20 21obj-$(CONFIG_B43) += b43.o