<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20767">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">drivers/pc80/rtc: Build for bootblock and postcar stages too<br><br>Fixes builds with BOOTBLOCK_CONSOLE && USE_OPTION_TABLE.<br><br>Change-Id: I1c7e9baa60f33c2c3651e2def0335454f7e20451<br>Signed-off-by: Nico Huber <nico.huber@secunet.com><br>---<br>M src/drivers/pc80/rtc/Makefile.inc<br>1 file changed, 5 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/20767/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/drivers/pc80/rtc/Makefile.inc b/src/drivers/pc80/rtc/Makefile.inc<br>index 5d7aef1..eb65bf5 100644<br>--- a/src/drivers/pc80/rtc/Makefile.inc<br>+++ b/src/drivers/pc80/rtc/Makefile.inc<br>@@ -1,14 +1,15 @@<br> ifeq ($(CONFIG_ARCH_X86),y)<br> <br>-romstage-$(CONFIG_DRIVERS_MC146818) += mc146818rtc.c<br>-ramstage-$(CONFIG_DRIVERS_MC146818) += mc146818rtc.c<br>+bootblock-$(CONFIG_DRIVERS_MC146818)     += mc146818rtc.c<br>+postcar-$(CONFIG_DRIVERS_MC146818)   += mc146818rtc.c<br>+romstage-$(CONFIG_DRIVERS_MC146818)  += mc146818rtc.c<br>+ramstage-$(CONFIG_DRIVERS_MC146818)  += mc146818rtc.c<br>+smm-$(CONFIG_DRIVERS_MC146818)               += mc146818rtc.c<br> <br> ifeq ($(CONFIG_USE_OPTION_TABLE),y)<br> cbfs-files-$(CONFIG_HAVE_CMOS_DEFAULT) += cmos.default<br> cmos.default-file = $(CONFIG_CMOS_DEFAULT_FILE):nvramtool<br> cmos.default-type = cmos_default<br> endif<br>-<br>-smm-$(CONFIG_DRIVERS_MC146818) += mc146818rtc.c<br> <br> endif<br></pre><p>To view, visit <a href="https://review.coreboot.org/20767">change 20767</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/20767"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I1c7e9baa60f33c2c3651e2def0335454f7e20451 </div>
<div style="display:none"> Gerrit-Change-Number: 20767 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nico Huber <nico.h@gmx.de> </div>