<p>Keith Hui has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21023">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">nb/intel/i440bx: Compile debug.c only if CONFIG_DEBUG_RAM_SETUP<br><br>... is enabled. Otherwise we are compiling an effectively<br>empty file.<br><br>Change-Id: I4e3d982066d1fa66a3da5f37e278ec7fd5bb1ea8<br>Signed-off-by: Keith Hui <buurin@gmail.com><br>---<br>M src/northbridge/intel/i440bx/Makefile.inc<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/21023/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/northbridge/intel/i440bx/Makefile.inc b/src/northbridge/intel/i440bx/Makefile.inc<br>index ecefe6a..2e00926 100644<br>--- a/src/northbridge/intel/i440bx/Makefile.inc<br>+++ b/src/northbridge/intel/i440bx/Makefile.inc<br>@@ -19,6 +19,6 @@<br> ramstage-y += northbridge.c<br> <br> romstage-y += raminit.c<br>-romstage-y += debug.c<br>+romstage-$(CONFIG_DEBUG_RAM_SETUP) += debug.c<br> <br> endif<br></pre><p>To view, visit <a href="https://review.coreboot.org/21023">change 21023</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/21023"/><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: I4e3d982066d1fa66a3da5f37e278ec7fd5bb1ea8 </div>
<div style="display:none"> Gerrit-Change-Number: 21023 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Keith Hui <buurin@gmail.com> </div>