Jakub Czapiga has uploaded this change for review.

View Change

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
---
M tests/Makefile.inc
1 file changed, 16 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/70359/1
diff --git a/tests/Makefile.inc b/tests/Makefile.inc
index 04792c1..edeea8e 100644
--- a/tests/Makefile.inc
+++ b/tests/Makefile.inc
@@ -8,6 +8,8 @@
testobj := $(obj)/tests
endif

+objutil := $(testobj)/util
+
include $(top)/tests/Makefile.common

# Enable GDB debug build if requested

To view, visit change 70359. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I4c1eb901c921f4ec6ee8985b154362153c5fd0e7
Gerrit-Change-Number: 70359
Gerrit-PatchSet: 1
Gerrit-Owner: Jakub Czapiga <jacz@semihalf.com>
Gerrit-MessageType: newchange