mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-11-16 12:34:33 +00:00
[libc]rename group name
This commit is contained in:
@@ -5,6 +5,6 @@ src = Glob('*.c')
|
||||
CPPPATH = [cwd]
|
||||
|
||||
|
||||
group = DefineGroup('CPU', src, depend = [], CPPPATH = CPPPATH)
|
||||
group = DefineGroup('CPU', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user