1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

Rename last file named specifically for LM3S8962

This commit is contained in:
Frédéric Thomas 2008-08-02 15:10:38 +00:00
parent 90d2c37184
commit cbe23dcda5
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ samtype = ARGUMENTS.get( 'lm3stype', '8962' )
specific_files = "startup_gcc.c platform.c usart.c sysctl.c gpio.c ssi.c timer.c"
ldscript = "lm3s8962.ld"
ldscript = "lm3s.ld"
# Prepend with path
specific_files = " ".join( [ "src/platform/%s/%s" % ( platform, f ) for f in specific_files.split() ] )