mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 09:52:08 +08:00
Modify the script suffix .s to .S
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user