[PATCH v2 25/28] lib/rypto: Adapt rsa_helper to MbedTLS
Raymond Mao
raymond.mao at linaro.org
Tue May 7 19:51:07 CEST 2024
Adapt rsa_helper to build with MbedTLS
Signed-off-by: Raymond Mao <raymond.mao at linaro.org>
---
Changes in v2
- Initial patch.
lib/crypto/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/crypto/Makefile b/lib/crypto/Makefile
index e3232019df2..866a9a3f059 100644
--- a/lib/crypto/Makefile
+++ b/lib/crypto/Makefile
@@ -11,6 +11,7 @@ ifneq ($(CONFIG_MBEDTLS_LIB_X509), y)
obj-$(CONFIG_$(SPL_)ASYMMETRIC_PUBLIC_KEY_SUBTYPE) += public_key.o
endif
+ifneq ($(CONFIG_MBEDTLS_LIB_X509), y)
#
# RSA public key parser
#
@@ -28,6 +29,7 @@ $(obj)/rsa_helper.o: $(obj)/rsapubkey.asn1.h
ifdef CONFIG_SPL_BUILD
CFLAGS_rsa_helper.o += -I$(obj)
endif
+endif
ifneq ($(CONFIG_MBEDTLS_LIB_X509), y)
#
--
2.25.1
More information about the U-Boot
mailing list