mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 06:16:43 +07:00
75388acd0c
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
15 lines
302 B
Makefile
15 lines
302 B
Makefile
obj-$(CONFIG_B43LEGACY) += b43legacy.o
|
|
b43legacy-obj-$(CONFIG_B43LEGACY_DEBUG) += debugfs.o
|
|
|
|
b43legacy-obj-$(CONFIG_B43LEGACY_DMA) += dma.o
|
|
b43legacy-obj-$(CONFIG_B43LEGACY_PIO) += pio.o
|
|
|
|
b43legacy-objs := main.o \
|
|
ilt.o \
|
|
leds.o \
|
|
phy.o \
|
|
radio.o \
|
|
sysfs.o \
|
|
xmit.o \
|
|
$(b43legacy-obj-y)
|