mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-24 22:16:14 +00:00
cfe8e6e75f
There is no upstream driver yet. Merge the RTL SDK driver for now. Signed-off-by: John Crispin <john@phrozen.org>
12 lines
278 B
Makefile
12 lines
278 B
Makefile
|
|
obj-$(CONFIG_RTL8261N_PHY) += rtl8621n.o
|
|
|
|
rtl8621n-objs += phy_patch.o
|
|
rtl8621n-objs += phy_rtl826xb_patch.o
|
|
rtl8621n-objs += rtk_osal.o
|
|
rtl8621n-objs += rtk_phy.o
|
|
rtl8621n-objs += rtk_phylib.o
|
|
rtl8621n-objs += rtk_phylib_rtl826xb.o
|
|
|
|
ccflags-y += -Werror -DRTK_PHYDRV_IN_LINUX
|