summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorroccochen@chromium.com <roccochen@chromium.org>2023-11-02 15:49:02 +0800
committerFelix Held <felix-coreboot@felixheld.de>2023-11-16 12:55:23 +0000
commit7713a2f295d9ed9a7023a78e085ce190ee1203fe (patch)
treef56d83145b52b83200b596e590c3c5133054c2a8 /Makefile.inc
parent94a2d7492672e2cb5c4dfdbc2a17be27c79df290 (diff)
downloadcoreboot-7713a2f295d9ed9a7023a78e085ce190ee1203fe.tar.gz
coreboot-7713a2f295d9ed9a7023a78e085ce190ee1203fe.tar.bz2
coreboot-7713a2f295d9ed9a7023a78e085ce190ee1203fe.zip
tests: Allow specifying vboot source directory
Respect VBOOT_SOURCE while including generic headers. BUG=none TEST=make clean-unit-tests && VBOOT_SOURCE=/path/to/vboot_reference/ make unit-tests -j TEST=make clean-unit-tests && make unit-tests -j BRANCH=none Change-Id: Id3bb3726c91167d2dd648d748763a3948787f28d Signed-off-by: roccochen@chromium.com <roccochen@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78849 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index e382518af066..2f810d52add9 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -460,7 +460,6 @@ COREBOOT_EXPORTS += COREBOOT_EXTRA_VERSION
endif
CPPFLAGS_common := -Isrc -Isrc/include -Isrc/commonlib/include -Isrc/commonlib/bsd/include -I$(obj)
-VBOOT_SOURCE ?= 3rdparty/vboot
CPPFLAGS_common += -I$(VBOOT_SOURCE)/firmware/include
CPPFLAGS_common += -include $(src)/include/kconfig.h
CPPFLAGS_common += -include $(src)/include/rules.h