rename group of logtrace

This commit is contained in:
Bernard Xiong 2013-06-30 21:42:34 +08:00
parent e63be67e2d
commit 91ee1e07cf
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('LogTrace', src, depend = ['RT_USING_LOGTRACE'], CPPPATH = CPPPATH)
group = DefineGroup('Utilities', src, depend = ['RT_USING_LOGTRACE'], CPPPATH = CPPPATH)
Return('group')