From 2d71df58dd2de653b34ddbdb96cb9ae3df1e5769 Mon Sep 17 00:00:00 2001 From: whik <1490789115@qq.com> Date: Fri, 13 Nov 2020 22:48:02 +0800 Subject: [PATCH] Modify the script suffix .s to .S --- bsp/smartfusion2/CMSIS/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/smartfusion2/CMSIS/SConscript b/bsp/smartfusion2/CMSIS/SConscript index 947c30da8..653a3b7fc 100644 --- a/bsp/smartfusion2/CMSIS/SConscript +++ b/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'] -- GitLab