<p>Nick Vaccaro would like Nick Vaccaro to <strong>review</strong> this change.</p><p><a href="https://review.coreboot.org/23196">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mainboard/google/zoombini: add ec.c and ramstage.c to build<br><br>-add ec.c to bootblock if CONFIG_EC_GOOGLE_CHROMEEC<br>-add ramstage.c to ramstage.<br><br>BUG=b:69011806<br>BRANCH=chromeos-2016.05<br>TEST='emerge-meowth coreboot' compiles correctly.<br><br>Change-Id: I7ec1e22339f3e4d9a8d83093bcc2ce725c9c99e7<br>Signed-off-by: Nick Vaccaro <nvaccaro@chromium.org><br>---<br>M src/mainboard/google/zoombini/Makefile.inc<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/23196/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/google/zoombini/Makefile.inc b/src/mainboard/google/zoombini/Makefile.inc</span><br><span>index 57fb71c..579ab91 100644</span><br><span>--- a/src/mainboard/google/zoombini/Makefile.inc</span><br><span>+++ b/src/mainboard/google/zoombini/Makefile.inc</span><br><span>@@ -15,6 +15,7 @@</span><br><span> </span><br><span> bootblock-y += bootblock.c</span><br><span> bootblock-$(CONFIG_CHROMEOS) += chromeos.c</span><br><span style="color: hsl(120, 100%, 40%);">+bootblock-$(CONFIG_EC_GOOGLE_CHROMEEC) += ec.c</span><br><span> bootblock-y += gpio.c</span><br><span> </span><br><span> verstage-$(CONFIG_CHROMEOS) += chromeos.c</span><br><span>@@ -29,6 +30,7 @@</span><br><span> ramstage-$(CONFIG_EC_GOOGLE_CHROMEEC) += ec.c</span><br><span> ramstage-y += gpio.c</span><br><span> ramstage-y += mainboard.c</span><br><span style="color: hsl(120, 100%, 40%);">+ramstage-y += ramstage.c</span><br><span> </span><br><span> smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23196">change 23196</a>. To unsubscribe, or for help writing mail filters, 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/23196"/><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: I7ec1e22339f3e4d9a8d83093bcc2ce725c9c99e7 </div>
<div style="display:none"> Gerrit-Change-Number: 23196 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nick Vaccaro <nvaccaro@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Nick Vaccaro <nvaccaro@chromium.org> </div>