浏览代码

Modify the script suffix .s to .S

whik 5 年之前
父节点
当前提交
2d71df58dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bsp/smartfusion2/CMSIS/SConscript

+ 1 - 1
bsp/smartfusion2/CMSIS/SConscript

@@ -5,7 +5,7 @@ cwd = GetCurrentDir()
 src	= Glob('*.c')
 
 if rtconfig.CROSS_TOOL == 'gcc':
-    src += ['startup_gcc/startup_m2sxxx.s']
+    src += ['startup_gcc/startup_m2sxxx.S']
     
 elif rtconfig.CROSS_TOOL == 'keil':
     src += ['startup_arm/startup_m2sxxx.s']