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

This commit is contained in:
Meco Man
2024-02-20 08:39:05 +08:00
committed by Rbb666
parent 9538f569e7
commit 6d4503363a
54 changed files with 54 additions and 78 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ Import('rtconfig')
cwd = GetCurrentDir()
src = Glob('*.c') + Glob('*.cpp') + Glob('*_gcc.S')
CPPPATH = [cwd]
ASFLAGS = ''
group = DefineGroup('CPU', src, depend = [''], CPPPATH = CPPPATH, ASFLAGS = ASFLAGS)
group = DefineGroup('libcpu', src, depend = [''], CPPPATH = CPPPATH)
Return('group')