summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYi Chou <yich@google.com>2023-05-05 10:18:41 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-05-16 12:34:56 +0000
commitd20b09e533f7190284df1f60c60b9430f7ba0dd5 (patch)
tree7a3d34beefea818b97de3a38741ff7c4e1e31c8e /Makefile
parent28939ffb30bdb1d9e6386cf390c982922ea9253d (diff)
downloadchrome-ec-d20b09e533f7190284df1f60c60b9430f7ba0dd5.tar.gz
boringssl: Add elliptic curve key helpers
BUG=b:248508087 TEST=make V=1 BOARD=bloonchipper -j TEST=./test/run_device_tests.py --board bloonchipper -t boringssl_crypto => PASS TEST=./test/run_device_tests.py --board dartmonkey -t boringssl_crypto => PASS Change-Id: Ifdca7743c09910d413407be986e9d959e5b90479 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4505560 Tested-by: Yi Chou <yich@google.com> Commit-Queue: Yi Chou <yich@google.com> Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f72eb9b65a..812b5dc2c4 100644
--- a/Makefile
+++ b/Makefile
@@ -293,6 +293,7 @@ include util/lock/build.mk
ifeq ($(CONFIG_BORINGSSL_CRYPTO), y)
include third_party/boringssl/common/build.mk
+include crypto/build.mk
endif
includes+=$(includes-y)
@@ -334,6 +335,7 @@ endif
ifeq ($(CONFIG_BORINGSSL_CRYPTO), y)
all-obj-$(1)+= \
$(call objs_from_dir_p,third_party/boringssl/common,boringssl,$(1))
+all-obj-$(1)+= $(call objs_from_dir_p,crypto,crypto,$(1))
endif
endef
@@ -383,6 +385,7 @@ dirs+=libc
endif
ifeq ($(CONFIG_BORINGSSL_CRYPTO), y)
dirs+=third_party/boringssl/common
+dirs+=crypto
endif
common_dirs=util