<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21699">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vendorcode/amd/pi: Put libagesa build all in libagesa directory<br><br>Half the files were being placed in build/agesa and half in<br>build/libagesa.<br><br>Change-Id: Ied69dafffe2eb3354bd430789e098a1cb1d40551<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M src/vendorcode/amd/pi/Makefile.inc<br>1 file changed, 6 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/21699/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/vendorcode/amd/pi/Makefile.inc b/src/vendorcode/amd/pi/Makefile.inc<br>index 0192faa..c4ab131 100644<br>--- a/src/vendorcode/amd/pi/Makefile.inc<br>+++ b/src/vendorcode/amd/pi/Makefile.inc<br>@@ -141,20 +141,21 @@<br> endif<br> <br> agesa_src_files := $(strip $(sort $(foreach file,$(strip $(agesa_raw_files)),$(call strip_quotes,$(file)))))<br>-agesa_src_path := $(strip $(obj)/agesa)<br>+agesa_output_path := $(obj)/libagesa<br>+agesa_src_path := $(agesa_output_path)<br> agesa_dirs := $(sort $(abspath $(dir $(call src-to-obj,libagesa,$(agesa_src_files)))))<br> <br> additional-dirs += $(agesa_src_path) $(agesa_dirs)<br> <br> $(foreach file,$(strip $(agesa_src_files)),$(eval $(call create_agesa_cp_template,$(file))))<br> <br>-$(obj)/agesa/libagesa.a: $(call src-to-obj,libagesa,$(agesa_src_files))<br>+$(agesa_output_path)/libagesa.a: $(call src-to-obj,libagesa,$(agesa_src_files))<br>  @printf "    AGESA      $(subst $(obj)/,,$(@))\n"<br>   ar rcs $@ $+<br> <br>-bootblock-libs += $(obj)/agesa/libagesa.a<br>-romstage-libs += $(obj)/agesa/libagesa.a<br>-ramstage-libs += $(obj)/agesa/libagesa.a<br>+bootblock-libs += $(agesa_output_path)/libagesa.a<br>+romstage-libs += $(agesa_output_path)/libagesa.a<br>+ramstage-libs += $(agesa_output_path)/libagesa.a<br> <br> #######################################################################<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/21699">change 21699</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/21699"/><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: Ied69dafffe2eb3354bd430789e098a1cb1d40551 </div>
<div style="display:none"> Gerrit-Change-Number: 21699 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>