From 46114517d73df66a47e93fb38732ca9cbd3d0c5f Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sun, 24 Jul 2016 12:10:38 +0200 Subject: Rename VB_SOURCE to VBOOT_SOURCE for increased clarity This renames the VB_SOURCE variable to VBOOT_SOURCE in the build system, providing increased clarity about what it represents. Since the submodule itself is called "vboot", it makes sense to use that name in full instead of a very shortened (and confusing) version of it. Change-Id: Ib343b6642363665ec1205134832498a59b7c4a26 Signed-off-by: Paul Kocialkowski Reviewed-on: https://review.coreboot.org/15824 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer --- util/futility/Makefile | 2 +- util/futility/Makefile.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'util/futility') diff --git a/util/futility/Makefile b/util/futility/Makefile index f00e2eb9750b..36f2b317f730 100644 --- a/util/futility/Makefile +++ b/util/futility/Makefile @@ -2,7 +2,7 @@ top ?= $(abspath ../..) objutil ?= $(top)/util HOSTCC ?= $(CC) -VB_SOURCE ?= $(top)/3rdparty/vboot +VBOOT_SOURCE ?= $(top)/3rdparty/vboot .PHONY: all all: $(objutil)/futility/futility diff --git a/util/futility/Makefile.inc b/util/futility/Makefile.inc index d37be4b49724..782953e649d9 100644 --- a/util/futility/Makefile.inc +++ b/util/futility/Makefile.inc @@ -2,7 +2,7 @@ additional-dirs += $(objutil)/futility $(objutil)/futility/build/futility/futility: @printf " MAKE $(subst $(objutil)/,,$(@))\n" - unset CFLAGS LDFLAGS; $(MAKE) -C $(VB_SOURCE) \ + unset CFLAGS LDFLAGS; $(MAKE) -C $(VBOOT_SOURCE) \ BUILD=$(abspath $@/../..) \ CC="$(HOSTCC)" \ V=$(V) \ -- cgit v1.2.3