build system: Allow overriding the path to the futility binary

Change-Id: I84e68e8407149780769c3e6a1148c175e42d1025
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/14100
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Patrick Georgi 2016-03-15 23:14:08 +01:00
parent b4e5c5eb1e
commit 32154d7b12
1 changed files with 1 additions and 1 deletions

View File

@ -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