summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-11-16 13:50:50 +0000
committerMartin L Roth <gaumless@gmail.com>2023-11-16 16:10:26 +0000
commit26e7c1eae4120b0d7212d28f6dfa25f14484d319 (patch)
treefcb133a084d4f87a9355b2cc6cfc6920ce8b9f33 /tests
parent7739e53398ad9efff08d71688a03b7dc0f6c4222 (diff)
downloadcoreboot-26e7c1eae4120b0d7212d28f6dfa25f14484d319.tar.gz
coreboot-26e7c1eae4120b0d7212d28f6dfa25f14484d319.tar.bz2
coreboot-26e7c1eae4120b0d7212d28f6dfa25f14484d319.zip
Revert "tests: Allow specifying vboot source directory"
This reverts commit 7713a2f295d9ed9a7023a78e085ce190ee1203fe. Reason for revert: breaks main branch Change-Id: I2749bea9369c222e510b838e278c7797d5dce56e Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78852 Reviewed-by: Martin L Roth <gaumless@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Patrick Georgi <patrick@coreboot.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.common b/tests/Makefile.common
index 9cc79d7a6fe0..e51d2530a278 100644
--- a/tests/Makefile.common
+++ b/tests/Makefile.common
@@ -36,7 +36,7 @@ TEST_INCLUDES += -I$(testsrc)/include/mocks -I$(testsrc)/include
TEST_INCLUDES += -I$(src) -I$(src)/include -I$(src)/commonlib/include \
-I$(src)/commonlib/bsd/include -I$(src)/arch/x86/include \
- -I$(VBOOT_SOURCE)/firmware/include
+ -I$(top)/3rdparty/vboot/firmware/include
# Path for Kconfig autoheader
TEST_INCLUDES += -I$(dir $(TEST_KCONFIG_AUTOHEADER))