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:
parent
90d2c37184
commit
cbe23dcda5
@ -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() ] )
|
||||
|
Loading…
x
Reference in New Issue
Block a user