aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/drivers/crypto/rsa_mod_exp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/drivers/crypto/rsa_mod_exp/Makefile')
-rw-r--r--roms/u-boot/drivers/crypto/rsa_mod_exp/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/crypto/rsa_mod_exp/Makefile b/roms/u-boot/drivers/crypto/rsa_mod_exp/Makefile
new file mode 100644
index 000000000..7e829d3c1
--- /dev/null
+++ b/roms/u-boot/drivers/crypto/rsa_mod_exp/Makefile
@@ -0,0 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+# (C) Copyright 2014 Freescale Semiconductor, Inc.
+
+obj-$(CONFIG_RSA) += mod_exp_uclass.o
+obj-$(CONFIG_RSA_SOFTWARE_EXP) += mod_exp_sw.o