mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-05 15:23:03 +08:00
[SConscript]update group name
This commit is contained in:
@@ -5,6 +5,6 @@ src = Glob('*.c')
|
||||
CPPPATH = [cwd]
|
||||
|
||||
|
||||
group = DefineGroup('LIBARCH', src, depend = [], CPPPATH = CPPPATH)
|
||||
group = DefineGroup('CPU', src, depend = [], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user