rsa: Split the rsa-verify to separate the modular exponentiation
[platform/kernel/u-boot.git] / lib / rsa / Makefile
index a5a96cb..cc25b3c 100644 (file)
@@ -7,4 +7,4 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-obj-$(CONFIG_FIT_SIGNATURE) += rsa-verify.o rsa-checksum.o
+obj-$(CONFIG_FIT_SIGNATURE) += rsa-verify.o rsa-checksum.o rsa-mod-exp.o