remote host config

This commit is contained in:
tyustli
2019-12-27 12:57:55 +08:00
parent 00fa2e2d78
commit b8c13d494c
2 changed files with 0 additions and 23 deletions
-8
View File
@@ -53,14 +53,6 @@ if GetDepend('BSP_USING_USB_DEVICE'):
src += Glob('usb/phy/*.c')
CPPDEFINES += ['ENDIANNESS']
if GetDepend('BSP_USING_USB_HOST'):
src += ['drv_usbh.c']
src += Glob('usb/host/*.c')
if GetDepend('BSP_USING_USB_HOST'):
src += Glob('usb/phy/*.c')
CPPDEFINES += ['ENDIANNESS']
path = [cwd,cwd + '/config']
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path, CPPDEFINES=CPPDEFINES)