Skip to content

Commit 2d71df5

Browse files
committed
Modify the script suffix .s to .S
1 parent 5b6cd91 commit 2d71df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/smartfusion2/CMSIS/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cwd = GetCurrentDir()
55
src = Glob('*.c')
66

77
if rtconfig.CROSS_TOOL == 'gcc':
8-
src += ['startup_gcc/startup_m2sxxx.s']
8+
src += ['startup_gcc/startup_m2sxxx.S']
99

1010
elif rtconfig.CROSS_TOOL == 'keil':
1111
src += ['startup_arm/startup_m2sxxx.s']

0 commit comments

Comments
 (0)