[coreboot] dongle.py!!

Patrick Georgi patrick at georgi-clan.de
Wed Aug 11 00:11:35 CEST 2010


Am 10.08.2010 22:40, schrieb David Hendricks:
>     There's no recursive make.
> if only ;-)
The only recursive make in coreboot is when you use the scanbuild
feature. In which case the toplevel Makefile calls itself, wrapped in
scan-build.
Everything else is iterative inclusion of makefile fragments (manually
tail-optimized recursion, if you wish)

Our main bottleneck right now is lots and lots of directory accesses,
for all the files involved.
Our main issue with the dependency graph is that some dependencies are
hard to represent sanely in make.


Patrick




More information about the coreboot mailing list