Julius Werner 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. vboot-for-stage will just set up rules culminating up to VB2_LIB_postcar which is added to postcar-srcs. If we're not building a postcar stage, those rules just won't be executed because postcar-srcs isn't added as a dependency to anything.