mirror of https://github.com/ARMmbed/mbed-os.git
Use last linker script found
parent
c777bd6f5c
commit
289d494894
|
@ -347,7 +347,7 @@ class Resources(object):
|
||||||
def linker_script(self):
|
def linker_script(self):
|
||||||
options = self.get_file_names(FileType.LD_SCRIPT)
|
options = self.get_file_names(FileType.LD_SCRIPT)
|
||||||
if options:
|
if options:
|
||||||
return options[-1]
|
return options[0]
|
||||||
else:
|
else:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue