Modify the script suffix .s to .S
This commit is contained in:
parent
5b6cd9103e
commit
2d71df58dd
|
@ -5,7 +5,7 @@ cwd = GetCurrentDir()
|
||||||
src = Glob('*.c')
|
src = Glob('*.c')
|
||||||
|
|
||||||
if rtconfig.CROSS_TOOL == 'gcc':
|
if rtconfig.CROSS_TOOL == 'gcc':
|
||||||
src += ['startup_gcc/startup_m2sxxx.s']
|
src += ['startup_gcc/startup_m2sxxx.S']
|
||||||
|
|
||||||
elif rtconfig.CROSS_TOOL == 'keil':
|
elif rtconfig.CROSS_TOOL == 'keil':
|
||||||
src += ['startup_arm/startup_m2sxxx.s']
|
src += ['startup_arm/startup_m2sxxx.s']
|
||||||
|
|
Loading…
Reference in New Issue