21 lines · plain
1# SPDX-License-Identifier: GPL-2.02# b43legacy core3b43legacy-y += main.o4b43legacy-y += ilt.o5b43legacy-y += phy.o6b43legacy-y += radio.o7b43legacy-y += sysfs.o8b43legacy-y += xmit.o9# b43 RFKILL button support10b43legacy-y += rfkill.o11# b43legacy LED support12b43legacy-$(CONFIG_B43LEGACY_LEDS) += leds.o13# b43legacy debugging14b43legacy-$(CONFIG_B43LEGACY_DEBUG) += debugfs.o15# b43legacy DMA and PIO16b43legacy-$(CONFIG_B43LEGACY_DMA) += dma.o17b43legacy-$(CONFIG_B43LEGACY_PIO) += pio.o18 19obj-$(CONFIG_B43LEGACY) += b43legacy.o20 21