[coreboot-gerrit] New patch to review for coreboot: build system: Allow overriding the path to the futility binary

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue Mar 15 23:15:31 CET 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14100

-gerrit

commit f0d6f89594dcd733dfc6a7138443c4aa6860569b
Author: Patrick Georgi <pgeorgi at google.com>
Date:   Tue Mar 15 23:14:08 2016 +0100

    build system: Allow overriding the path to the futility binary
    
    Change-Id: I84e68e8407149780769c3e6a1148c175e42d1025
    Signed-off-by: Patrick Georgi <pgeorgi at google.com>
---
 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index a70ff5c..87dc0f7 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -423,7 +423,7 @@ $(AMDFWTOOL): $(top)/util/amdfwtool/amdfwtool.c
 
 CBOOTIMAGE:=$(objutil)/cbootimage/cbootimage
 
-FUTILITY:=$(objutil)/futility/futility
+FUTILITY?=$(objutil)/futility/futility
 
 subdirs-y += util/nvidia
 



More information about the coreboot-gerrit mailing list