blob: 227a77e8436215944948079bb631311cfe5c41be [file] [log] [blame]
Larry Fingerba48f7b2007-10-12 23:04:51 -05001# b43legacy core
2b43legacy-y += main.o
3b43legacy-y += ilt.o
4b43legacy-y += phy.o
5b43legacy-y += radio.o
6b43legacy-y += sysfs.o
7b43legacy-y += xmit.o
Larry Finger93bb7f32007-10-10 22:44:22 -05008# b43 RFKILL button support
Johannes Bergf41f3f32009-06-07 12:30:34 -05009b43legacy-y += rfkill.o
Larry Fingerba48f7b2007-10-12 23:04:51 -050010# b43legacy LED support
11b43legacy-$(CONFIG_B43LEGACY_LEDS) += leds.o
12# b43legacy debugging
13b43legacy-$(CONFIG_B43LEGACY_DEBUG) += debugfs.o
14# b43legacy DMA and PIO
15b43legacy-$(CONFIG_B43LEGACY_DMA) += dma.o
16b43legacy-$(CONFIG_B43LEGACY_PIO) += pio.o
Larry Finger75388ac2007-09-25 16:46:54 -070017
Larry Fingerba48f7b2007-10-12 23:04:51 -050018obj-$(CONFIG_B43LEGACY) += b43legacy.o
Larry Finger75388ac2007-09-25 16:46:54 -070019