diff -r 56b48961cc68 -r 0f1081928d65 targets/toolchain_makefile.py --- a/targets/toolchain_makefile.py Thu Sep 28 12:20:40 2017 +0300 +++ b/targets/toolchain_makefile.py Thu Sep 28 15:17:57 2017 +0300 @@ -25,10 +25,11 @@ import os import re import operator +import hashlib +import time + from util.ProcessLogger import ProcessLogger -import hashlib -import time includes_re = re.compile('\s*#include\s*["<]([^">]*)[">].*')