summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/security/intel/cbnt/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/security/intel/cbnt/Makefile.inc b/src/security/intel/cbnt/Makefile.inc
index 7215a63303d5..9ade1cdce95e 100644
--- a/src/security/intel/cbnt/Makefile.inc
+++ b/src/security/intel/cbnt/Makefile.inc
@@ -35,7 +35,7 @@ $(CBNT_PROV):
cd 3rdparty/intel-sec-tools; \
GO111MODULE=on go mod download; \
GO111MODULE=on go mod verify; \
- GO111MODULE=on go build -o $(top)/$@ cmd/cbnt-prov/*.go
+ GO111MODULE=on go build -o $(abspath $@) cmd/cbnt-prov/*.go
else
$(CBNT_PROV): $(call strip_quotes, $(CONFIG_INTEL_CBNT_PROV_EXTERNAL_BIN_PATH))
cp $< $@