Move logtrace to utilites

This commit is contained in:
Bernard Xiong
2013-06-30 21:51:41 +08:00
parent 86c9ea1117
commit e156a8d62b
5 changed files with 15 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('Utilities', src, depend = ['RT_USING_LOGTRACE'], CPPPATH = CPPPATH)
Return('group')