From 32154d7b1211faab3d37eab0b00154a7f190eb23 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 15 Mar 2016 23:14:08 +0100 Subject: [PATCH] build system: Allow overriding the path to the futility binary Change-Id: I84e68e8407149780769c3e6a1148c175e42d1025 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/14100 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index a70ff5c2ce..87dc0f709e 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