summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJakub Czapiga <jacz@semihalf.com>2022-12-05 15:21:52 +0100
committerMartin L Roth <gaumless@gmail.com>2022-12-17 20:32:53 +0000
commite8bef613df5e6967250e155eed6635c1f6288a56 (patch)
treeebe9143536677d241bafd4b087ce2409aa137b53 /tests
parentd190e0fa96cda9891ec0ae3ba163325704924129 (diff)
downloadcoreboot-e8bef613df5e6967250e155eed6635c1f6288a56.tar.gz
coreboot-e8bef613df5e6967250e155eed6635c1f6288a56.tar.bz2
coreboot-e8bef613df5e6967250e155eed6635c1f6288a56.zip
tests/Makefile.inc: Build utilities in separate directory
Utilities like kconfig/conf now will be built inside tests build tree. It will eliminate possible colisions of target names when using test framework in more than one place (see CB:70110) Signed-off-by: Jakub Czapiga <jacz@semihalf.com> Change-Id: I4c1eb901c921f4ec6ee8985b154362153c5fd0e7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/70359 Reviewed-by: Jan Dabros <jsd@semihalf.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.inc b/tests/Makefile.inc
index 530c3c6f0f29..3c25bd6f8e15 100644
--- a/tests/Makefile.inc
+++ b/tests/Makefile.inc
@@ -8,6 +8,8 @@ else
testobj := $(obj)/tests
endif
+objutil := $(testobj)/util
+
include $(top)/tests/Makefile.common
# Enable GDB debug build if requested