File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if rtconfig.PART_TYPE.startswith('PART_LM4F') != True:
1212
1313# add for startup script
1414if rtconfig .CROSS_TOOL == 'gcc' :
15- src += ['startup/gcc/start_gcc.s ' ]
15+ src += ['startup/gcc/start_gcc.S ' ]
1616elif rtconfig .CROSS_TOOL == 'keil' :
1717 src += ['startup/arm/start_rvds.S' ]
1818elif rtconfig .CROSS_TOOL == 'iar' :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if rtconfig.PART_TYPE.startswith('PART_LM4F') != True:
1212
1313# add for startup script
1414if rtconfig .CROSS_TOOL == 'gcc' :
15- src += ['startup/gcc/start_gcc.s ' ]
15+ src += ['startup/gcc/start_gcc.S ' ]
1616elif rtconfig .CROSS_TOOL == 'keil' :
1717 src += ['startup/arm/start_rvds.S' ]
1818elif rtconfig .CROSS_TOOL == 'iar' :
You can’t perform that action at this time.
0 commit comments