blob: 5e83b6f0a3a013aeeb8cd090fd2bcd9267223356 [file] [log] [blame]
Michael Buesche4d6b792007-09-18 15:39:42 -04001b43-y += main.o
2b43-y += tables.o
Michael Bueschc01f9c62008-03-23 01:33:58 +01003b43-$(CONFIG_B43_NPHY) += tables_nphy.o
Michael Bueschef1a6282008-08-27 18:53:02 +02004b43-y += phy_common.o
5b43-y += phy_g.o
6b43-y += phy_a.o
Michael Buesch3d0da752008-08-30 02:27:19 +02007b43-$(CONFIG_B43_NPHY) += phy_n.o
Michael Buesche63e4362008-08-30 10:55:48 +02008b43-$(CONFIG_B43_PHY_LP) += phy_lp.o
Michael Buesch6c1bb922009-01-31 16:52:29 +01009b43-$(CONFIG_B43_PHY_LP) += tables_lpphy.o
Michael Buesche4d6b792007-09-18 15:39:42 -040010b43-y += sysfs.o
Michael Buesche4d6b792007-09-18 15:39:42 -040011b43-y += xmit.o
12b43-y += lo.o
Stefano Brivio61bca6e2007-11-06 22:49:05 +010013b43-y += wa.o
Michael Buesch03b29772007-12-26 14:41:30 +010014b43-y += dma.o
Larry Fingerb02914a2009-12-10 17:35:01 -060015b43-y += pio.o
Johannes Bergf41f3f32009-06-07 12:30:34 -050016b43-y += rfkill.o
Michael Buesch21954c32007-09-27 15:31:40 +020017b43-$(CONFIG_B43_LEDS) += leds.o
Michael Buesche4d6b792007-09-18 15:39:42 -040018b43-$(CONFIG_B43_PCMCIA) += pcmcia.o
Albert Herranz3dbba8e2009-09-10 19:34:49 +020019b43-$(CONFIG_B43_SDIO) += sdio.o
Michael Buesche4d6b792007-09-18 15:39:42 -040020b43-$(CONFIG_B43_DEBUG) += debugfs.o
Michael Buesche4d6b792007-09-18 15:39:42 -040021
22obj-$(CONFIG_B43) += b43.o