We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381223a commit 60910c0Copy full SHA for 60910c0
tools/export/makefile/__init__.py
@@ -103,10 +103,7 @@ def generate(self):
103
'libraries': libraries,
104
'ld_sys_libs': sys_libs,
105
'hex_files': self.hex_files,
106
- 'vpath': (["../../.."]
107
- if (basename(dirname(dirname(self.export_dir)))
108
- == "projectfiles")
109
- else [".."]),
+ 'vpath': ([".."]),
110
'cc_cmd': basename(self.toolchain.cc[0]),
111
'cppc_cmd': basename(self.toolchain.cppc[0]),
112
'asm_cmd': basename(self.toolchain.asm[0]),
0 commit comments