mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-21 18:11:51 +08:00
[SConscript] change libcpu to LIBARCH,and correcte letter case
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user