diff options
| author | sakumisu <[email protected]> | 2024-06-22 00:23:48 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-06-22 00:23:48 +0800 |
| commit | a1ab76dd3e543c3dc054ee2bbd0c8d38c3921180 (patch) | |
| tree | 3016727ea0cb4d9b03ec58d721f5bf0965e2e78d /SConscript | |
| parent | 27394f5759bc00254168e203b21ac1e54dde6226 (diff) | |
chore(sconscript): add hc32 config
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,9 @@ if GetDepend(['PKG_CHERRYUSB_DEVICE']): if GetDepend(['PKG_CHERRYUSB_DEVICE_DWC2_GD']): src += Glob('port/dwc2/usb_dc_dwc2.c') src += Glob('port/dwc2/usb_glue_gd.c') + if GetDepend(['PKG_CHERRYUSB_DEVICE_DWC2_HC']): + src += Glob('port/dwc2/usb_dc_dwc2.c') + src += Glob('port/dwc2/usb_glue_hc.c') if GetDepend(['PKG_CHERRYUSB_DEVICE_DWC2_CUSTOM']): src += Glob('port/dwc2/usb_dc_dwc2.c') if GetDepend(['PKG_CHERRYUSB_DEVICE_MUSB_STANDARD']): |
