mirror of https://github.com/ARMmbed/mbed-os.git
Update tools/toolchains/mbed_toolchain.py
Co-Authored-By: Graham Hammond <graham.hammond@arm.com>pull/11456/head
parent
6f37fd91a8
commit
65d6015179
|
@ -739,7 +739,7 @@ class mbedToolchain:
|
|||
|
||||
# Absolute path of the final linked file
|
||||
if self.config.has_regions:
|
||||
elf = join(tmp_path, tail + '_application.elf')
|
||||
elf = join(new_path, tail + '_application.elf')
|
||||
mapfile = join(tmp_path, tail + '_application.map')
|
||||
else:
|
||||
elf = join(tmp_path, tail + '.elf')
|
||||
|
|
Loading…
Reference in New Issue