mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-20 21:29:42 +08:00
[SConscript]update group name
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user