Skip to content

Commit ebb88c7

Browse files
CopilotBernardXiong
andcommitted
Unify ktime and CherryUSB groups to DeviceDrivers
Co-authored-by: BernardXiong <[email protected]>
1 parent d32301c commit ebb88c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/drivers/ktime/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ if rtconfig.PLATFORM in ['gcc', 'armclang']:
1919
elif rtconfig.PLATFORM in ['armcc']:
2020
LOCAL_CCFLAGS += ' --c99 --gnu'
2121

22-
group = DefineGroup('ktime', src, depend=['RT_USING_KTIME'], CPPPATH=CPPPATH, LOCAL_CCFLAGS = LOCAL_CCFLAGS)
22+
group = DefineGroup('DeviceDrivers', src, depend=['RT_USING_KTIME'], CPPPATH=CPPPATH, LOCAL_CCFLAGS = LOCAL_CCFLAGS)
2323

2424
Return('group')

components/drivers/usb/cherryusb/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ if GetDepend(['RT_CHERRYUSB_HOST']):
320320
src += Glob('platform/rtthread/usb_msh.c')
321321
src += Glob('platform/rtthread/usb_check.c')
322322

323-
group = DefineGroup('CherryUSB', src, depend = ['RT_USING_CHERRYUSB'], LIBS = LIBS, LIBPATH=LIBPATH, CPPPATH = path, CPPDEFINES = CPPDEFINES)
323+
group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_CHERRYUSB'], LIBS = LIBS, LIBPATH=LIBPATH, CPPPATH = path, CPPDEFINES = CPPDEFINES)
324324

325325
Return('group')
326326

0 commit comments

Comments
 (0)