summaryrefslogtreecommitdiff
path: root/board/cr50/build.mk
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-07-20 20:24:39 -0500
committerCommit Bot <commit-bot@chromium.org>2021-07-22 00:20:51 +0000
commit91d3cef24e0e5df5c6e025e643fbe5cb643c94ce (patch)
treeb26c245fa3db49dd92038fad0bf19a2a188a7c70 /board/cr50/build.mk
parent0ec02cb2feaf546739c96d9822d9b4ee9ac441ce (diff)
downloadchrome-ec-91d3cef24e0e5df5c6e025e643fbe5cb643c94ce.tar.gz
Add necessary utilities to the FIPS boundarystabilize-14106.B-cr50_stab
BUG=none TEST=make buildall -j find -name util.o board/cr50/dcrypto/util.o is only a part of the cr50 build ./build/cr50/RO/common/util.o ./build/cr50/RO/board/cr50/dcrypto/util.o ./build/cr50/RW/common/util.o ./build/cr50/RW/board/cr50/dcrypto/util.o ./build/cr50/cryptoc/util.o Change-Id: Ib1e82922548f9ec483338baaad94c6b2cb10f371 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3043359 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'board/cr50/build.mk')
-rw-r--r--board/cr50/build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/cr50/build.mk b/board/cr50/build.mk
index 3f1e8e9a8f..6f163e8c39 100644
--- a/board/cr50/build.mk
+++ b/board/cr50/build.mk
@@ -86,6 +86,9 @@ endif
endif
fips-${CONFIG_DCRYPTO_BOARD} += dcrypto/x509.o
fips-${CONFIG_DCRYPTO_BOARD} += dcrypto/trng.o
+fips-${CONFIG_FIPS_UTIL} += dcrypto/util.o
+
+custom-board-ro_objs-${CONFIG_FIPS_UTIL} = $(BDIR)/dcrypto/util.o
board-y += tpm2/NVMem.o
board-y += tpm2/aes.o