Skip to content

Commit a86b4b9

Browse files
committed
Remove outdated projectfiles case for makefiles
1 parent 9887806 commit a86b4b9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/export/makefile/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,7 @@ def generate(self):
103103
'libraries': libraries,
104104
'ld_sys_libs': sys_libs,
105105
'hex_files': self.hex_files,
106-
'vpath': (["../../.."]
107-
if (basename(dirname(dirname(self.export_dir)))
108-
== "projectfiles")
109-
else [".."]),
106+
'vpath': ([".."]),
110107
'cc_cmd': basename(self.toolchain.cc[0]),
111108
'cppc_cmd': basename(self.toolchain.cppc[0]),
112109
'asm_cmd': basename(self.toolchain.asm[0]),

0 commit comments

Comments
 (0)