Re-normalizing the repo

This commit is contained in:
Ming, Bai
2013-01-08 22:40:58 +08:00
parent f3192c2293
commit b4de7cce57
3080 changed files with 1631515 additions and 1631515 deletions
+13 -13
View File
@@ -1,13 +1,13 @@
# for network related component
import os
Import('RTT_ROOT')
objs = []
list = os.listdir(os.path.join(RTT_ROOT, 'components', 'net'))
for d in list:
path = os.path.join(RTT_ROOT, 'components', 'net', d)
if os.path.isfile(os.path.join(path, 'SConscript')):
objs = objs + SConscript(os.path.join(d, 'SConscript'))
Return('objs')
# for network related component
import os
Import('RTT_ROOT')
objs = []
list = os.listdir(os.path.join(RTT_ROOT, 'components', 'net'))
for d in list:
path = os.path.join(RTT_ROOT, 'components', 'net', d)
if os.path.isfile(os.path.join(path, 'SConscript')):
objs = objs + SConscript(os.path.join(d, 'SConscript'))
Return('objs')