From 07fa211f40bcf77e28bf34af1c09391ada5a7d37 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Fri, 17 Nov 2023 23:37:15 +0800 Subject: remove rndis code in third party because it is implemented internally --- SConscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'SConscript') diff --git a/SConscript b/SConscript index fe7ac025..b96c8c94 100644 --- a/SConscript +++ b/SConscript @@ -107,7 +107,8 @@ if GetDepend(['PKG_CHERRYUSB_HOST']): src += Glob('class/msc/usbh_msc.c') if GetDepend(['PKG_CHERRYUSB_HOST_RNDIS']): src += Glob('class/wireless/usbh_rndis.c') - src += Glob('third_party/rt-thread-4.1.1/rndis_host/rndis_host.c') + if GetDepend(['PKG_CHERRYUSB_HOST_CDC_ECM']): + src += Glob('class/cdc/usbh_cdc_ecm.c') if GetDepend(['PKG_CHERRYUSB_HOST_DWC2']): src += Glob('port/dwc2/usb_hc_dwc2.c') -- cgit v1.3.1