[SConscript] change libcpu to LIBARCH,and correcte letter case

This commit is contained in:
yangjie11
2020-11-30 15:45:58 +08:00
parent bec364385c
commit ba83ddc3c4
80 changed files with 80 additions and 80 deletions
+1 -1
View File
@@ -18,6 +18,6 @@ if rtconfig.PLATFORM == 'gcc':
if rtconfig.PLATFORM == 'iar':
src += Glob('*_iar.S')
group = DefineGroup('Libcpu', src, depend = [''], CPPPATH = CPPPATH)
group = DefineGroup('LIBARCH', src, depend = [''], CPPPATH = CPPPATH)
Return('group')