summaryrefslogtreecommitdiffstats
path: root/src/security
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-06-25 15:53:43 +0200
committerLean Sheng Tan <sheng.tan@9elements.com>2023-06-07 08:40:34 +0000
commit8d9fb76c410aa3a1a02554c840116338a107efd6 (patch)
treeabc903b8d6ca6b770b7a1fced0be6f75c03c3767 /src/security
parent0b07e36a1fb7e48dc31aa6b630e3f7069a23e259 (diff)
downloadcoreboot-8d9fb76c410aa3a1a02554c840116338a107efd6.tar.gz
coreboot-8d9fb76c410aa3a1a02554c840116338a107efd6.tar.bz2
coreboot-8d9fb76c410aa3a1a02554c840116338a107efd6.zip
security/intel/cbnt: Remove unneeded go steps
This updates the go modules in the intel-sec-tools git submodule. This is not needed. Change-Id: I2012d519b07321317fef415df892bbb966512ee2 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55845 Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/security')
-rw-r--r--src/security/intel/cbnt/Makefile.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/security/intel/cbnt/Makefile.inc b/src/security/intel/cbnt/Makefile.inc
index 9a29fa69b937..4959f018e0a9 100644
--- a/src/security/intel/cbnt/Makefile.inc
+++ b/src/security/intel/cbnt/Makefile.inc
@@ -34,8 +34,6 @@ ifneq ($(CONFIG_INTEL_CBNT_PROV_EXTERNAL_BIN),y)
$(CBNT_PROV):
printf " CBNT_PROV building tool\n"
cd 3rdparty/intel-sec-tools; \
- GO111MODULE=on go mod download; \
- GO111MODULE=on go mod verify; \
GO111MODULE=on go build -o $(abspath $@) cmd/cbnt-prov/*.go
else
$(CBNT_PROV): $(call strip_quotes, $(CONFIG_INTEL_CBNT_PROV_EXTERNAL_BIN_PATH))