Skip to content

Commit 72cdf9d

Browse files
committed
[exporters] iar build artifacts in BUILD directory, not .build
1 parent 0d3e9f0 commit 72cdf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/cdt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def generate(self):
1414
super(Eclipse, self).generate()
1515
ctx = {
1616
'name': self.project_name,
17-
'elf_location': join('.build',self.project_name)+'.elf',
17+
'elf_location': join('BUILD',self.project_name)+'.elf',
1818
'c_symbols': self.toolchain.get_symbols(),
1919
'asm_symbols': self.toolchain.get_symbols(True),
2020
'target': self.target,

0 commit comments

Comments
 (0)