[coreboot-gerrit] New patch to review for coreboot: arch/x86: avoid race condition on build.h

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Oct 15 11:07:21 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11904

-gerrit

commit eb2e383fe0bdd4da1cdd79e86c702428b87d128d
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Thu Oct 15 11:07:07 2015 +0200

    arch/x86: avoid race condition on build.h
    
    Change-Id: I15375ac1247b7cc8d80d910a767c7f3e67eb8739
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/arch/x86/Makefile.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc
index 9b3101d..06bd3ca 100644
--- a/src/arch/x86/Makefile.inc
+++ b/src/arch/x86/Makefile.inc
@@ -85,6 +85,8 @@ endif
 # the right order. Make sure the auto generated bootblock.inc is a proper
 # dependency. Make the same true for the linker sript.
 bootblock-y += id.S
+$(obj)/arch/x86/id.bootblock.o: $(obj)/build.h
+
 bootblock-y += bootblock.S
 bootblock-y += walkcbfs.S
 $(obj)/arch/x86/bootblock.bootblock.o: $(objgenerated)/bootblock.inc



More information about the coreboot-gerrit mailing list