![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # b43legacy core 0003 b43legacy-y += main.o 0004 b43legacy-y += ilt.o 0005 b43legacy-y += phy.o 0006 b43legacy-y += radio.o 0007 b43legacy-y += sysfs.o 0008 b43legacy-y += xmit.o 0009 # b43 RFKILL button support 0010 b43legacy-y += rfkill.o 0011 # b43legacy LED support 0012 b43legacy-$(CONFIG_B43LEGACY_LEDS) += leds.o 0013 # b43legacy debugging 0014 b43legacy-$(CONFIG_B43LEGACY_DEBUG) += debugfs.o 0015 # b43legacy DMA and PIO 0016 b43legacy-$(CONFIG_B43LEGACY_DMA) += dma.o 0017 b43legacy-$(CONFIG_B43LEGACY_PIO) += pio.o 0018 0019 obj-$(CONFIG_B43LEGACY) += b43legacy.o 0020
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |