[SConscript]update group name

This commit is contained in:
yangjie
2020-12-19 16:49:11 +08:00
parent ba83ddc3c4
commit ef62febf1f
132 changed files with 133 additions and 133 deletions

View File

@@ -4,6 +4,6 @@ cwd = GetCurrentDir()
src = Glob('*.c') + Glob('*.cpp') + Glob('*_gcc.S')
CPPPATH = [cwd]
group = DefineGroup('LIBARCH', src, depend = [''], CPPPATH = CPPPATH)
group = DefineGroup('CPU', src, depend = [''], CPPPATH = CPPPATH)
Return('group')