update SConscript: support scons 3.

This commit is contained in:
aozima
2017-10-29 14:32:53 +08:00
parent d235ad44c6
commit f75c8f6e81
6 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ src += Glob('common/chip/*.c')
# add for startup script
if rtconfig.CROSS_TOOL == 'gcc':
print "not gcc startup file"
print("not gcc startup file")
exit(0)
elif rtconfig.CROSS_TOOL == 'keil':
src += [cwd + '/common/startup/keil_startup_lpc82x.s']