summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b2a68512be..acabb9a2b3 100644
--- a/Makefile
+++ b/Makefile
@@ -318,6 +318,7 @@ dirs+=$(shell find common -type d)
dirs+=$(shell find driver -type d)
common_dirs=util
+custom-ro_objs-y += $(custom-board-ro_objs-y)
ifeq ($(custom-ro_objs-y),)
ro-common-objs := $(sort $(foreach obj, $(all-obj-y), $(out)/RO/$(obj)))
ro-only-objs := $(sort $(foreach obj, $(all-obj-ro), $(out)/RO/$(obj)))