Add dot to include response file name, which follows the naming convention with .link_totals.txt and .link_files.txt

Mihail Stoyanov 2016-05-06 13:35:48 +01:00 committed by Mihail Stoyanov
parent d33f890fdd
commit 7e3b69ec13
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ class mbedToolchain:
return join(obj_dir, name + '.o')
def get_inc_file(self, includes):
include_file = join(self.build_dir, "includes_%s.txt" % self.inc_md5)
include_file = join(self.build_dir, ".includes_%s.txt" % self.inc_md5)
if not exists(include_file):
with open(include_file, "wb") as f:
cmd_list = []