# SPDX-License-Identifier: GPL-2.0 # b43legacy core b43legacy-y += main.o b43legacy-y += ilt.o b43legacy-y += phy.o b43legacy-y += radio.o b43legacy-y += sysfs.o b43legacy-y += xmit.o # b43 RFKILL button support b43legacy-y += rfkill.o # b43legacy LED support b43legacy-$([31mCONFIG_B43LEGACY_LEDS[0m) += leds.o # b43legacy debugging b43legacy-$([31mCONFIG_B43LEGACY_DEBUG[0m) += debugfs.o # b43legacy DMA and PIO b43legacy-$([31mCONFIG_B43LEGACY_DMA[0m) += dma.o b43legacy-$([31mCONFIG_B43LEGACY_PIO[0m) += pio.o obj-$([31mCONFIG_B43LEGACY[0m) += b43legacy.o |