summaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConscript b/SConscript
index f865d1e2..43ca2019 100644
--- a/SConscript
+++ b/SConscript
@@ -200,8 +200,8 @@ if GetDepend(['PKG_CHERRYUSB_HOST']):
if GetDepend('PKG_CHERRYUSB_HOST_CDC_ECM') \
or GetDepend('PKG_CHERRYUSB_HOST_CDC_RNDIS') \
or GetDepend('PKG_CHERRYUSB_HOST_CDC_NCM') \
- or GetDepend('PKG_CHERRYUSB_HOST_CDC_ASIX') \
- or GetDepend('PKG_CHERRYUSB_HOST_CDC_RTL8152'):
+ or GetDepend('PKG_CHERRYUSB_HOST_ASIX') \
+ or GetDepend('PKG_CHERRYUSB_HOST_RTL8152'):
src += Glob('platform/rtthread/usbh_lwip.c')
src += Glob('platform/rtthread/usb_msh.c')