separate build.h and config.h usage (now possible because newconfig is gone)
authorStefan Reinauer <stepan@coresystems.de>
Thu, 11 Feb 2010 03:21:29 +0000 (03:21 +0000)
committerStefan Reinauer <stepan@openbios.org>
Thu, 11 Feb 2010 03:21:29 +0000 (03:21 +0000)
commitb4d3af8888f261abb1f45ca42503f7170bdb3470
treefc054166ea879023876ecc10f154f3d78ed86f13
parente82f4754ee905437d434f0d58c03e9ee2929224e
separate build.h and config.h usage (now possible because newconfig is gone)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
This patch is slightly reworked to include a necessary romcc change that allows
more than one -include specified on the command line, and gets rid of the
explicit build.h dependencies of all files. (The files do keep an explicit
config.h dependency though)

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5114 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Makefile
src/arch/i386/Makefile.inc
src/arch/i386/lib/console.c
src/lib/version.c
util/romcc/romcc.c