Searched refs:platform_makefile (Results 1 – 1 of 1) sorted by relevance
62 def fix_makefile(makefile, platform_makefile, suffix): argument74 with open(platform_makefile) as fin, open(makefile, 'w') as fout:180 platform_makefile = MK1MF_FMT.format(suffix)181 if not os.path.isfile(os.path.join(ssl_dir, platform_makefile)):209 fix_makefile(new_makefile, platform_makefile, suffix)