mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-20 21:29:42 +08:00
[smart] rename the Group name to 'lwProcess' and optimize the error handling for vDSO building.
This commit is contained in:
@@ -52,7 +52,7 @@ CPPPATH += ['./terminal/']
|
||||
if not GetDepend(['LWP_USING_RUNTIME']):
|
||||
SrcRemove(src, 'lwp_runtime.c')
|
||||
|
||||
group = DefineGroup('lwP', src, depend = ['RT_USING_SMART'], CPPPATH = CPPPATH)
|
||||
group = DefineGroup('lwProcess', src, depend = ['RT_USING_SMART'], CPPPATH = CPPPATH)
|
||||
|
||||
group = group + SConscript(os.path.join('vdso', 'SConscript'))
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user