Skip to content

Commit deef5db

Browse files
committed
添加RNDIS
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2580 bbd45198-f89e-11dd-88c7-29a3b14d5316
1 parent b1fa07f commit deef5db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/drivers/usb/usbdevice/SConscript

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ if GetDepend('RT_USB_DEVICE_CDC'):
1313
if GetDepend('RT_USB_DEVICE_MSTORAGE'):
1414
src += Glob('class/mstorage.c')
1515

16+
if GetDepend('RT_USB_DEVICE_RNDIS'):
17+
src += Glob('class/rndis.c')
18+
1619
CPPPATH = [cwd]
1720

1821
group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_USB_DEVICE'], CPPPATH = CPPPATH)

0 commit comments

Comments
 (0)