[smart] rename the Group name to 'lwProcess' and optimize the error handling for vDSO building.

This commit is contained in:
bernard
2025-07-07 09:44:37 +08:00
committed by Rbb666
parent 492e33dd3c
commit 172676e115
4 changed files with 9 additions and 28 deletions
+1 -1
View File
@@ -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')