<p>Julien Viard de Galbert has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22307">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Microcode: add dependency to header files<br><br>When using microcode header and updating the header (due to a new<br>release of microcode during early development) the build system<br>didn't detect the header change. This commit fixes this.<br><br>Change-Id: I4211a3e39f67da727ef7cddbbee6d8c4718dee4a<br>Signed-off-by: Julien Viard de Galbert <jviarddegalbert@online.net><br>---<br>M src/cpu/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/07/22307/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/cpu/Makefile.inc b/src/cpu/Makefile.inc<br>index f74e354..ae01878 100644<br>--- a/src/cpu/Makefile.inc<br>+++ b/src/cpu/Makefile.inc<br>@@ -25,7 +25,7 @@<br> cbfs-files-y  += cpu_microcode_blob.bin<br> cpu_microcode_blob.bin-file = $(objgenerated)/microcode.bin<br> <br>-$(objgenerated)/microcode.bin:<br>+$(objgenerated)/microcode.bin: $(subst ",,$(CONFIG_CPU_MICROCODE_HEADER_FILES))<br>      echo "   util/scripts/ucode_h_to_bin.sh $(objgenerated)/microcode.bin \"$(CONFIG_CPU_MICROCODE_HEADER_FILES)\""<br>   util/scripts/ucode_h_to_bin.sh $(objgenerated)/microcode.bin $(CONFIG_CPU_MICROCODE_HEADER_FILES)<br> endif<br></pre><p>To view, visit <a href="https://review.coreboot.org/22307">change 22307</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/22307"/><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: I4211a3e39f67da727ef7cddbbee6d8c4718dee4a </div>
<div style="display:none"> Gerrit-Change-Number: 22307 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Julien Viard de Galbert <jviarddegalbert@online.net> </div>