Reorganize Group names in build system for clarity and IDE integration #10923

This commit is contained in:
Copilot
2025-11-16 11:40:53 +08:00
committed by GitHub
parent ae2a5758bc
commit 30e1e5e9dc
84 changed files with 84 additions and 84 deletions

View File

@@ -12,6 +12,6 @@ if GetDepend('RT_USING_POSIX_POLL'):
if GetDepend('RT_USING_POSIX_SELECT'):
src += ['select.c']
group = DefineGroup('POSIX', src, depend = [''], CPPPATH = CPPPATH)
group = DefineGroup('Libc', src, depend = [''], CPPPATH = CPPPATH)
Return('group')