diff -r b112bfdde5cc -r 5b6ad7a7fd9d targets/toolchain_makefile.py --- a/targets/toolchain_makefile.py Sat Aug 19 21:06:54 2017 +0300 +++ b/targets/toolchain_makefile.py Mon Aug 21 21:55:18 2017 +0300 @@ -77,7 +77,7 @@ if res is not None: depfn = res.groups()[0] if os.path.exists(os.path.join(self.buildpath, depfn)): - #print bn + " depends on "+depfn + # print bn + " depends on "+depfn deps.append(depfn) # recurse through deps # TODO detect cicular deps.