Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-30 | Add new script, analyze_build.pl, that analyzes the Makefile tree | Trent Piepho | |
From: Trent Piepho <xyzzy@speakeasy.org> This script will read a Linux Kernel style Makefile tree and produce an overview of the build process. It produces three lists which show to associations of: 1. Kconfig variables to kernel module(s) built 2. Kernel modules to source file(s) that make them 3. Kconfig variables to source file(s) built It can also check the Makefiles for various errors and warnings. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> |