the following patch was just integrated into master: commit 43e4a80a92bf00540e4d9b0734eb53f32044226f Author: Stefan Reinauer reinauer@chromium.org Date: Thu Mar 21 13:15:45 2013 -0700
Fix race condition building console code
On ARMv7 the console code can also be built into the bootblock. Currently building the ARM targets on a reasonably fast machine can fail, because console.bootblock.o is attempted to build before build.h is created. This patch adds a specific rule for the bootblock variant of console.c, to match the other variants so that the race condition goes away.
Change-Id: I52e4242c66a02f011ef26b854aa50c2606a1f81f Signed-off-by: Stefan Reinauer reinauer@google.com Reviewed-on: http://review.coreboot.org/2873 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi patrick@georgi-clan.de
Reviewed-By: Patrick Georgi patrick@georgi-clan.de at Thu Mar 21 22:08:05 2013, giving +2 See http://review.coreboot.org/2873 for details.
-gerrit