diff options
| author | sakumisu <[email protected]> | 2024-05-10 09:57:20 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-05-10 10:12:42 +0800 |
| commit | 5a7042fe15bf2c0afc9fbca377db2b97dc69329d (patch) | |
| tree | 4eaa4c1f4366d0025bc181aa525a427a18ced4a8 /SConscript | |
| parent | 18c4454228412f661ea000ae3f4b1f5919bbc3ec (diff) | |
import aic dcd port
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -53,6 +53,9 @@ if GetDepend(['PKG_CHERRYUSB_DEVICE']): src += Glob('port/bouffalolab/usb_dc_bl.c') if GetDepend(['PKG_CHERRYUSB_DEVICE_HPM']): src += Glob('port/hpm/usb_dc_hpm.c') + if GetDepend(['PKG_CHERRYUSB_DEVICE_AIC']): + src += Glob('port/aic/usb_dc_aic.c') + src += Glob('port/aic/usb_dc_aic_ll.c') if GetDepend(['PKG_CHERRYUSB_DEVICE_CH32']): if GetDepend(['PKG_CHERRYUSB_DEVICE_HS']): src += Glob('port/ch32/usb_dc_usbhs.c') |
