[coreboot-gerrit] Patch merged into coreboot/master: chromeos: vboot: Adaptations for using a separate object out directory

gerrit at coreboot.org gerrit at coreboot.org
Mon Aug 10 20:19:09 CEST 2015


the following patch was just integrated into master:
commit 6a106943d020015fdeccb7a40a1e1f3e04ef9369
Author: Paul Kocialkowski <contact at paulk.fr>
Date:   Mon Aug 3 23:03:27 2015 +0200

    chromeos: vboot: Adaptations for using a separate object out directory
    
    $(obj) might be defined either as a relative or an absolute path. Thus, it has
    to be filtered out before adding $(top) to it (in case of an absolute path) when
    building vboot. It is then provided separately in CFLAGS (as an absolute path).
    
    In addition, VB2_LIB inherits $(obj), so it might also already be an absolute
    path, and prefixing $(top) to it doesn't apply. Thus, the absolute path to it
    should be passed to the vboot make command.
    
    Change-Id: I13e893ebdf22c4513ee40d9331a30ac7de8f9788
    Signed-off-by: Paul Kocialkowski <contact at paulk.fr>
    Reviewed-on: http://review.coreboot.org/11120
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


See http://review.coreboot.org/11120 for details.

-gerrit



More information about the coreboot-gerrit mailing list