Make $(obj)/build.h an explicit dependency for all
authorPatrick Georgi <patrick.georgi@coresystems.de>
Fri, 29 Jan 2010 17:38:57 +0000 (17:38 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Fri, 29 Jan 2010 17:38:57 +0000 (17:38 +0000)
commitcccbb898e2568178ea251b9c19242809a79efc62
tree5a6f30de5de1635e361fc4df6a89737c9a89bf50
parent24ddfd4b7dd521d5acf52fb35f197ecacc86991d
Make $(obj)/build.h an explicit dependency for all
object files, as it's dragged into the build by
-include $(obj)/build.h for pretty much everything.

Also, generate build.h atomically.

This fixes parallel build with kconfig on my box.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5062 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Makefile