Explorar o código

Modify the script suffix .s to .S

whik %!s(int64=5) %!d(string=hai) anos
pai
achega
2d71df58dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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']