Skip to content
Snippets Groups Projects
Commit ccf28861 authored by gaurav rana's avatar gaurav rana Committed by York Sun
Browse files

rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP


Remove dependency of rsa_mod_exp from CONFIG_FIT_SIGNATURE.
As rsa modular exponentiation is an independent module
and can be invoked independently.

Signed-off-by: default avatarGaurav Rana <gaurav.rana@freescale.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
parent 2372e283
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,5 @@ ...@@ -4,4 +4,5 @@
# SPDX-License-Identifier: GPL-2.0+ # SPDX-License-Identifier: GPL-2.0+
# #
obj-$(CONFIG_RSA) += mod_exp_uclass.o mod_exp_sw.o obj-$(CONFIG_RSA) += mod_exp_uclass.o
obj-$(CONFIG_RSA_SOFTWARE_EXP) += mod_exp_sw.o
...@@ -7,4 +7,5 @@ ...@@ -7,4 +7,5 @@
# SPDX-License-Identifier: GPL-2.0+ # SPDX-License-Identifier: GPL-2.0+
# #
obj-$(CONFIG_FIT_SIGNATURE) += rsa-verify.o rsa-checksum.o rsa-mod-exp.o obj-$(CONFIG_FIT_SIGNATURE) += rsa-verify.o rsa-checksum.o
obj-$(CONFIG_RSA_SOFTWARE_EXP) += rsa-mod-exp.o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment