Now that the upstream RealTek PHY driver is patched to support also the new 5G and 10G PHYs we can start to phase-out the messy downstream driver. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
12 lines
278 B
Makefile
12 lines
278 B
Makefile
|
|
obj-$(CONFIG_RTL8261N_PHY) += rtl8261n.o
|
|
|
|
rtl8261n-objs += phy_patch.o
|
|
rtl8261n-objs += phy_rtl826xb_patch.o
|
|
rtl8261n-objs += rtk_osal.o
|
|
rtl8261n-objs += rtk_phy.o
|
|
rtl8261n-objs += rtk_phylib.o
|
|
rtl8261n-objs += rtk_phylib_rtl826xb.o
|
|
|
|
ccflags-y += -Werror -DRTK_PHYDRV_IN_LINUX
|