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 <contact@paulk.fr> Reviewed-on: https://review.coreboot.org/15824 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Martin Roth
parent
94938fb2a8
commit
46114517d7
@@ -338,8 +338,8 @@ endif
|
||||
|
||||
CPPFLAGS_common := -Isrc -Isrc/include -Isrc/commonlib/include -I$(obj)
|
||||
CPPFLAGS_common += -Isrc/device/oprom/include
|
||||
VB_SOURCE ?= 3rdparty/vboot
|
||||
CPPFLAGS_common += -I$(VB_SOURCE)/firmware/include
|
||||
VBOOT_SOURCE ?= 3rdparty/vboot
|
||||
CPPFLAGS_common += -I$(VBOOT_SOURCE)/firmware/include
|
||||
CPPFLAGS_common += -include $(src)/include/kconfig.h
|
||||
CPPFLAGS_common += -I3rdparty
|
||||
|
||||
|
Reference in New Issue
Block a user