License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / net / wireless / broadcom / b43legacy / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
ba48f7bb
LF
2# b43legacy core
3b43legacy-y += main.o
4b43legacy-y += ilt.o
5b43legacy-y += phy.o
6b43legacy-y += radio.o
7b43legacy-y += sysfs.o
8b43legacy-y += xmit.o
93bb7f3a 9# b43 RFKILL button support
f41f3f37 10b43legacy-y += rfkill.o
ba48f7bb
LF
11# b43legacy LED support
12b43legacy-$(CONFIG_B43LEGACY_LEDS) += leds.o
13# b43legacy debugging
14b43legacy-$(CONFIG_B43LEGACY_DEBUG) += debugfs.o
15# b43legacy DMA and PIO
16b43legacy-$(CONFIG_B43LEGACY_DMA) += dma.o
17b43legacy-$(CONFIG_B43LEGACY_PIO) += pio.o
75388acd 18
ba48f7bb 19obj-$(CONFIG_B43LEGACY) += b43legacy.o
75388acd 20