[libcpu][SConscript]规范group名为libcpu

This commit is contained in:
Meco Man
2024-02-19 14:33:47 -05:00
committed by Rbb666
parent 9538f569e7
commit 6d4503363a
54 changed files with 54 additions and 78 deletions

View File

@@ -18,6 +18,6 @@ if rtconfig.PLATFORM in ['gcc']:
if rtconfig.PLATFORM in ['iccarm']:
src += Glob('*_iar.S')
group = DefineGroup('CPU', src, depend = [''], CPPPATH = CPPPATH)
group = DefineGroup('libcpu', src, depend = [''], CPPPATH = CPPPATH)
Return('group')