diff options
| author | sakumisu <[email protected]> | 2023-11-17 23:37:15 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2023-11-17 23:37:15 +0800 |
| commit | 07fa211f40bcf77e28bf34af1c09391ada5a7d37 (patch) | |
| tree | 69294193cd01c5cf558ea7fe9fb26289fe5fbb40 /SConscript | |
| parent | 73eb69bfa26819b9a175669b2aba8d46c07eb0e1 (diff) | |
remove rndis code in third party because it is implemented internally
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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') |
