mirror of https://github.com/ARMmbed/mbed-os.git
Add dot to include response file name, which follows the naming convention with .link_totals.txt and .link_files.txt
parent
d33f890fdd
commit
7e3b69ec13
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue