Werner Zeh has posted comments on this change. ( https://review.coreboot.org/29465 )
Change subject: security/vboot: Add VB2_LIB to postcar stage if available ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/29465/1/src/security/vboot/Makefile.inc File src/security/vboot/Makefile.inc:
https://review.coreboot.org/#/c/29465/1/src/security/vboot/Makefile.inc@115 PS1, Line 115: ifeq ($(CONFIG_POSTCAR_STAGE), y)
I don't think you need to guard this, actually. […]
Well, I was adviced to do so by Patrick. But at the second glance you seem to be right. This just adds the VB2_LIB to the sources of the postcar. Should be OK to do it unconditionally. @Patrick: Have we overseen something?