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

This commit is contained in:
yangjie11
2020-11-30 15:52:43 +08:00
parent bec364385c
commit ba83ddc3c4
80 changed files with 80 additions and 80 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ src = Glob('src/*.c')
CPPPATH = [cwd + '/include']
group = DefineGroup('Netdev', src, depend = ['RT_USING_NETDEV'], CPPPATH = CPPPATH)
group = DefineGroup('NetDev', src, depend = ['RT_USING_NETDEV'], CPPPATH = CPPPATH)
Return('group')