[coreboot] New patch to review for coreboot: a02971a rtc: add explicit dependency on build.h

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue Nov 6 23:51:40 CET 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1698

-gerrit

commit a02971aee7421889220d407d65de08c8d14e6794
Author: Vincent Palatin <vpalatin at chromium.org>
Date:   Wed Aug 8 18:28:09 2012 -0700

    rtc: add explicit dependency on build.h
    
    build.h is generated at build time,
    with highly parallel builds, we might try to compile the rtc driver too
    early.
    
    Change-Id: I9a2681484d58b67ed3061669fbdf52ac5ad14dab
    Signed-off-by: Vincent Palatin <vpalatin at chromium.org>
---
 src/drivers/pc80/Makefile.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/drivers/pc80/Makefile.inc b/src/drivers/pc80/Makefile.inc
index 8ca21bf..0c1a1f0 100644
--- a/src/drivers/pc80/Makefile.inc
+++ b/src/drivers/pc80/Makefile.inc
@@ -14,3 +14,6 @@ cmos.default-file = $(CONFIG_CMOS_DEFAULT_FILE)
 cmos.default-type = 0xaa
 
 smm-y += mc146818rtc.c
+
+$(obj)/drivers/pc80/mc146818rtc.ramstage.o : $(obj)/build.h
+$(obj)/drivers/pc80/mc146818rtc.smm.o : $(obj)/build.h




More information about the coreboot mailing list