Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / drivers / net / wireless / broadcom / b43legacy / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # b43legacy core
3 b43legacy-y                             += main.o
4 b43legacy-y                             += ilt.o
5 b43legacy-y                             += phy.o
6 b43legacy-y                             += radio.o
7 b43legacy-y                             += sysfs.o
8 b43legacy-y                             += xmit.o
9 # b43 RFKILL button support
10 b43legacy-y                             += rfkill.o
11 # b43legacy LED support
12 b43legacy-$(CONFIG_B43LEGACY_LEDS)      += leds.o
13 # b43legacy debugging
14 b43legacy-$(CONFIG_B43LEGACY_DEBUG)     += debugfs.o
15 # b43legacy DMA and PIO
16 b43legacy-$(CONFIG_B43LEGACY_DMA)       += dma.o
17 b43legacy-$(CONFIG_B43LEGACY_PIO)       += pio.o
18
19 obj-$(CONFIG_B43LEGACY)                 += b43legacy.o
20