Browse Source

[libcpu] Fix the SCoscript issue in cpu/MIPS.

Bernard Xiong 6 years ago
parent
commit
4c0aafb57f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libcpu/mips/SConscript

+ 1 - 1
libcpu/mips/SConscript

@@ -3,7 +3,7 @@
 import os
 from building import *
 
-import('rtconfig')
+Import('rtconfig')
 
 cwd   = GetCurrentDir()
 group = []