summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
m---------util/goswid0
-rw-r--r--util/testing/Makefile.inc1
2 files changed, 1 insertions, 0 deletions
diff --git a/util/goswid b/util/goswid
new file mode 160000
+Subproject bdd55e42029b8ef734abfd56efe789d41996bfd
diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc
index 5c9e4d85a9..df6a25ef94 100644
--- a/util/testing/Makefile.inc
+++ b/util/testing/Makefile.inc
@@ -93,6 +93,7 @@ endif
exit 1; \
fi
cd 3rdparty/intel-sec-tools/ ; go mod vendor
+ cd util/goswid ; go mod vendor
util/abuild/abuild -o $(COREBOOT_BUILD_DIR)/chromeos $(ABUILD_OPTIONS) -x -X $(top)/abuild-chromeos.xml
util/abuild/abuild -o $(COREBOOT_BUILD_DIR)/default $(ABUILD_OPTIONS)
$(foreach tool, $(TOOLLIST), $(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR="util/$(tool)" BLD="$(tool)" MFLAGS= MAKEFLAGS= MAKETARGET= junit.xml; )