<p>Xiang Wang has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27557">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">riscv: clean up redundancy in Makefile<br><br>src/arch/riscv/stages.c is a entry of romstage/ramstage, and does not need in bootblock.<br><br>Change-Id: Ic736b378e24df387584c5f86a2b04078fc55723d<br>Signed-off-by: Xiang Wang <wxjstz@126.com><br>---<br>M src/arch/riscv/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/57/27557/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/arch/riscv/Makefile.inc b/src/arch/riscv/Makefile.inc</span><br><span>index e00469b..44a5eae 100644</span><br><span>--- a/src/arch/riscv/Makefile.inc</span><br><span>+++ b/src/arch/riscv/Makefile.inc</span><br><span>@@ -42,7 +42,7 @@</span><br><span> bootblock-y += id.S</span><br><span> $(call src-to-obj,bootblock,$(dir)/id.S): $(obj)/build.h</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-bootblock-y = bootblock.S stages.c</span><br><span style="color: hsl(120, 100%, 40%);">+bootblock-y = bootblock.S</span><br><span> bootblock-y += trap_util.S</span><br><span> bootblock-y += trap_handler.c</span><br><span> bootblock-y += mcall.c</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27557">change 27557</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/27557"/><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: Ic736b378e24df387584c5f86a2b04078fc55723d </div>
<div style="display:none"> Gerrit-Change-Number: 27557 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Xiang Wang <wxjstz@126.com> </div>