Merge tag 'parisc-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6
[deliverable/linux.git] / drivers / net / wireless / b43legacy / Makefile
CommitLineData
ba48f7bb
LF
1# 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
93bb7f3a 8# b43 RFKILL button support
f41f3f37 9b43legacy-y += rfkill.o
ba48f7bb
LF
10# 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
75388acd 17
ba48f7bb 18obj-$(CONFIG_B43LEGACY) += b43legacy.o
75388acd 19
This page took 0.482119 seconds and 5 git commands to generate.