mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
711d4ed381
This patch introduce new RF code for rtl8225 zebra v4 radio frontend. This code contains a lot of black magic and it can work probably only with the radio embdedded in the rtl8187se single-chip. Signed-off-by: Andrea Merello <andrea.merello@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
6 lines
155 B
Makefile
6 lines
155 B
Makefile
rtl8180-objs := dev.o rtl8225.o sa2400.o max2820.o grf5101.o rtl8225se.o
|
|
|
|
obj-$(CONFIG_RTL8180) += rtl8180.o
|
|
|
|
ccflags-y += -Idrivers/net/wireless/rtl818x
|