diff options
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -140,11 +140,6 @@ if GetDepend(['PKG_CHERRYUSB_HOST']): if GetDepend('RT_USING_DFS'): src += Glob('third_party/rt-thread-5.0/dfs_usbh_msc.c') - if GetDepend(['PKG_CHERRYUSB_HOST_CP210X']): - path += [cwd + '/class/vendor/cp201x'] - src += Glob('class/vendor/cp201x/usbh_cp210x.c') - src += Glob('third_party/rt-thread-4.1.1/dfs/drv_usbh_cp210x_rtt.c') - src += Glob('third_party/rt-thread-5.0/msh_cmd.c') group = DefineGroup('CherryUSB', src, depend = ['PKG_USING_CHERRYUSB'], CPPPATH = path, CPPDEFINES = CPPDEFINES) |
