Clone of official tools

Revision:
43:2a7da56ebd24
Parent:
40:7d3fa6b99b2b
--- a/export/mcuxpresso/makefile.targets.tmpl	Mon Nov 06 13:17:14 2017 -0600
+++ b/export/mcuxpresso/makefile.targets.tmpl	Tue Sep 25 13:43:09 2018 -0500
@@ -6,7 +6,7 @@
 	$(RM) $(EXECUTABLES) {{name}}.* linker-script-*.ld
 	-@echo ' '
 
-{% for config, data in options.iteritems() %}
+{% for config, data in options.items() %}
 linker-script-{{config}}.ld: ../{{ld_script}}
 	{{data.cpp_cmd}} {{data.ld.other}} $< -o $@
 {{name}}.elf: linker-script-{{config}}.ld