[coreboot-gerrit] Change in coreboot[master]: vboot/Makefie: fix compilation error

Maulik V Vaghela (Code Review) gerrit at coreboot.org
Thu Aug 9 12:54:26 CEST 2018


Maulik V Vaghela has uploaded this change for review. ( https://review.coreboot.org/27986


Change subject: vboot/Makefie: fix compilation error
......................................................................

vboot/Makefie: fix compilation error

when we compile coreboot with latest source getting compilation warning
as below:
src/security/vboot/Makefile.inc:230: *** Invalid file operation: <
build/fwid.version.  Stop.

Fixing error by fixing parentheses.

BUG=none
BRANCH=none
TEST=Check if compilation goes through without any error.

Change-Id: I366e400b8a6db000ab9f6b5c0b6f957b247ef2fb
Signed-off-by: Maulik V Vaghela <maulik.v.vaghela at intel.com>
---
M src/security/vboot/Makefile.inc
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/27986/1

diff --git a/src/security/vboot/Makefile.inc b/src/security/vboot/Makefile.inc
index 7d40428..e86586a 100644
--- a/src/security/vboot/Makefile.inc
+++ b/src/security/vboot/Makefile.inc
@@ -229,7 +229,7 @@
 $(obj)/fwid.region: $(obj)/fwid.version
 	printf "%s%s\0" \
 		"$(CONFIG_VBOOT_FWID_MODEL)" \
-		"$(file < $(obj)/fwid.version)" > $@
+		"$(file) < $(obj)/fwid.version" > $@
 
 build_complete:: $(obj)/gbb.region $(obj)/fwid.region
 	@printf "    WRITE GBB\n"

-- 
To view, visit https://review.coreboot.org/27986
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I366e400b8a6db000ab9f6b5c0b6f957b247ef2fb
Gerrit-Change-Number: 27986
Gerrit-PatchSet: 1
Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180809/c7494433/attachment.html>


More information about the coreboot-gerrit mailing list