chromeos: Allow for VB_SOURCE override

One may prefer to include vboot from another directory than 3rdparty for
convenience. This is especially the case in Libreboot, where 3rdparty is not
checked out at all.

Change-Id: I13167eb604a777a2ba87c3567f134ef3ff9610e4
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-on: http://review.coreboot.org/11116
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Paul Kocialkowski 2015-08-03 14:11:54 +02:00 committed by Patrick Georgi
parent 1cbef1ce4e
commit c7ae731430
1 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,6 @@ else
CFLAGS_common += -DMOCK_TPM=0
endif
VB_SOURCE := 3rdparty/vboot
VB_SOURCE ?= 3rdparty/vboot
subdirs-$(CONFIG_VBOOT_VERIFY_FIRMWARE) += vboot2
CPPFLAGS_common += -I$(VB_SOURCE)/firmware/include