[Tools] Add useconfig option for scons.

This commit is contained in:
bernard
2017-12-29 22:26:39 +08:00
parent 31b163c8fa
commit bc6703d0be
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ def mk_rtconfig(filename):
try:
config = file(filename)
except:
print 'open .config failed'
print('open config:%s failed' % filename)
return
rtconfig = file('rtconfig.h', 'w')