]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - lib/rsa/Makefile
dm: tpm: Convert I2C driver to driver model
[karo-tx-uboot.git] / lib / rsa / Makefile
index 693c745514aa0a12533818f6e7c05117fe029f50..6867e5054c098c20a64b18cecb128cae9b548079 100644 (file)
@@ -7,6 +7,5 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-ifdef CONFIG_FIT_SIGNATURE
-obj-$(CONFIG_RSA) += rsa-verify.o
-endif
+obj-$(CONFIG_FIT_SIGNATURE) += rsa-verify.o rsa-checksum.o
+obj-$(CONFIG_RSA_SOFTWARE_EXP) += rsa-mod-exp.o