aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2016-03-15 23:14:08 +0100
committerPatrick Georgi <pgeorgi@google.com>2016-03-17 15:38:47 +0100
commit32154d7b1211faab3d37eab0b00154a7f190eb23 (patch)
tree307a0373065d80e5fbc9dfc4f218e94c1bf5c2df /Makefile.inc
parentb4e5c5eb1efd9eb6141e2996845236e154a6ec0d (diff)
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>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
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