[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
+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('SAL', src, depend = ['RT_USING_NETDEV'], CPPPATH = CPPPATH)
Return('group')