aboutsummaryrefslogtreecommitdiff
path: root/lib/rsa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rsa/Makefile')
-rw-r--r--lib/rsa/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/rsa/Makefile b/lib/rsa/Makefile
new file mode 100644
index 00000000..a51c6e16
--- /dev/null
+++ b/lib/rsa/Makefile
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+# Copyright (c) 2013, Google Inc.
+#
+# (C) Copyright 2000-2007
+# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+
+obj-$(CONFIG_$(SPL_)FIT_SIGNATURE) += rsa-verify.o rsa-checksum.o
+obj-$(CONFIG_RSA_SOFTWARE_EXP) += rsa-mod-exp.o