lib: rsa: generate additional parameters for public key
[oweals/u-boot.git] / lib / rsa / Makefile
index cc25b3ce6d9232c60ff0b848632265b8a2788626..14ed3cb4012bd8fe55d49a70ad0f2903c3a11e4c 100644 (file)
@@ -1,10 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0+
 #
 # Copyright (c) 2013, Google Inc.
 #
 # (C) Copyright 2000-2007
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
-# SPDX-License-Identifier:     GPL-2.0+
-#
 
-obj-$(CONFIG_FIT_SIGNATURE) += rsa-verify.o rsa-checksum.o rsa-mod-exp.o
+obj-$(CONFIG_$(SPL_)RSA_VERIFY) += rsa-verify.o rsa-checksum.o
+obj-$(CONFIG_RSA_VERIFY_WITH_PKEY) += rsa-keyprop.o
+obj-$(CONFIG_RSA_SOFTWARE_EXP) += rsa-mod-exp.o