Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [BUILD] Generate include/autoconf.mk from board config files | Grant Likely | 2007-11-20 | 1 | -0/+29 |
| | | | | | | | | | | | Use cpp and sed to postprocess config.h and import the defined values into include/autoconf.mk. autoconf.mk is then included by config.mk to give 'make' access to the board configuration. Doing this enables conditional compilation at the Makefile level instead of by wrapping every .c file with #ifdef/#endif wrappers. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> | ||||
* | * Code cleanup: | wdenk | 2003-06-27 | 2 | -12/+10 |
| | | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen) | ||||
* | Initial revision | wdenk | 2002-11-03 | 1 | -0/+68 |
| | |||||
* | Initial revision | wdenk | 2002-03-08 | 4 | -0/+124 |