<p>Maulik V Vaghela has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27986">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vboot/Makefie: fix compilation error<br><br>when we compile coreboot with latest source getting compilation warning<br>as below:<br>src/security/vboot/Makefile.inc:230: *** Invalid file operation: <<br>build/fwid.version.  Stop.<br><br>Fixing error by fixing parentheses.<br><br>BUG=none<br>BRANCH=none<br>TEST=Check if compilation goes through without any error.<br><br>Change-Id: I366e400b8a6db000ab9f6b5c0b6f957b247ef2fb<br>Signed-off-by: Maulik V Vaghela <maulik.v.vaghela@intel.com><br>---<br>M src/security/vboot/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/86/27986/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/security/vboot/Makefile.inc b/src/security/vboot/Makefile.inc</span><br><span>index 7d40428..e86586a 100644</span><br><span>--- a/src/security/vboot/Makefile.inc</span><br><span>+++ b/src/security/vboot/Makefile.inc</span><br><span>@@ -229,7 +229,7 @@</span><br><span> $(obj)/fwid.region: $(obj)/fwid.version</span><br><span>       printf "%s%s\0" \</span><br><span>          "$(CONFIG_VBOOT_FWID_MODEL)" \</span><br><span style="color: hsl(0, 100%, 40%);">-                "$(file < $(obj)/fwid.version)" > $@</span><br><span style="color: hsl(120, 100%, 40%);">+          "$(file) < $(obj)/fwid.version" > $@</span><br><span> </span><br><span> build_complete:: $(obj)/gbb.region $(obj)/fwid.region</span><br><span>    @printf "    WRITE GBB\n"</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27986">change 27986</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/27986"/><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: I366e400b8a6db000ab9f6b5c0b6f957b247ef2fb </div>
<div style="display:none"> Gerrit-Change-Number: 27986 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela@intel.com> </div>