Patrick Georgi (pgeorgi@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@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@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