summaryrefslogtreecommitdiff
path: root/board/cr50/build.mk
diff options
context:
space:
mode:
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