diff -r c02818d7e29f -r 7e61baa047f0 targets/toolchain_makefile.py --- a/targets/toolchain_makefile.py Mon Aug 14 22:30:41 2017 +0300 +++ b/targets/toolchain_makefile.py Mon Aug 14 23:27:15 2017 +0300 @@ -32,6 +32,7 @@ includes_re = re.compile('\s*#include\s*["<]([^">]*)[">].*') + class toolchain_makefile(): def __init__(self, CTRInstance): self.CTRInstance = CTRInstance