summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJakub Czapiga <jacz@semihalf.com>2021-07-15 12:54:27 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-07-20 16:07:15 +0000
commit21863e33c808c45c3a3db6ae432675d768832a50 (patch)
treeeb701b3bcf79d8bb708a79d43beff2dbb59da141 /tests
parent339f0e7e14c00d7e322fbfc3d0b69af9285bc963 (diff)
downloadcoreboot-21863e33c808c45c3a3db6ae432675d768832a50.tar.gz
coreboot-21863e33c808c45c3a3db6ae432675d768832a50.tar.bz2
coreboot-21863e33c808c45c3a3db6ae432675d768832a50.zip
tests/Makefile.inc: Add missing KCONFIG_SPITCONFIG trailing slash
New version of kconfig requires trailing slash at the end of KCONFIG_SPLITCONFIG to indicate that it is a directory path. Signed-off-by: Jakub Czapiga <jacz@semihalf.com> Change-Id: I1a11eca21c4aa5a6260006c4ba2cb419eca8a802 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56337 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.inc b/tests/Makefile.inc
index 2ae20a2cbb21..b4b8cda5eed1 100644
--- a/tests/Makefile.inc
+++ b/tests/Makefile.inc
@@ -24,7 +24,7 @@ TEST_DOTCONFIG = $(testobj)/.config
TEST_KCONFIG_AUTOHEADER := $(testobj)/config.src.h
TEST_KCONFIG_AUTOCONFIG := $(testobj)/auto.conf
TEST_KCONFIG_DEPENDENCIES := $(testobj)/auto.conf.cmd
-TEST_KCONFIG_SPLITCONFIG := $(testobj)/config
+TEST_KCONFIG_SPLITCONFIG := $(testobj)/config/
TEST_KCONFIG_TRISTATE := $(testobj)/tristate.conf
TEST_CFLAGS = -include $(src)/include/kconfig.h \