From a3402973abcc7bfee513ebf9bb58f3d9a4d18225 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 27 May 2020 10:53:01 +0200 Subject: tests: Move cmocka binary into $(obj) Put it in $(objutil) so that it's shared between board builds with abuild even if that doesn't matter right now. Change-Id: I5670d9b661891262ad936980f63fa93b07c27e95 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/41770 Tested-by: build bot (Jenkins) Reviewed-by: Jan Dabros Reviewed-by: Martin Roth Reviewed-by: Angel Pons --- tests/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.inc b/tests/Makefile.inc index a6689a2d06..f84fa30d52 100644 --- a/tests/Makefile.inc +++ b/tests/Makefile.inc @@ -3,7 +3,7 @@ testsrc = $(top)/tests testobj = $(obj)/tests cmockasrc = 3rdparty/cmocka -cmockaobj = $(cmockasrc)/build +cmockaobj = $(objutil)/cmocka CMOCKA_LIB := $(cmockaobj)/src/libcmocka.so -- cgit v1.2.3