Use new build convention for objects path

pull/17/head
Emilio Monti 2013-07-25 17:49:55 +01:00
parent 76578ade26
commit 003c48cd44
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class mbedToolchain:
if self.options:
self.info("Build Options: %s" % (', '.join(self.options)))
self.obj_path = join(target.name, self.name)
self.obj_path = join("TARGET_"+target.name, "TOOLCHAIN_"+self.name)
self.symbols = None
self.labels = None