summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/rsa_mod_exp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/rsa_mod_exp/Makefile')
-rw-r--r--drivers/crypto/rsa_mod_exp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/crypto/rsa_mod_exp/Makefile b/drivers/crypto/rsa_mod_exp/Makefile
index 915b751dbe..ae3dcf3d7a 100644
--- a/drivers/crypto/rsa_mod_exp/Makefile
+++ b/drivers/crypto/rsa_mod_exp/Makefile
@@ -4,4 +4,5 @@
# SPDX-License-Identifier: GPL-2.0+
#
-obj-$(CONFIG_RSA) += mod_exp_uclass.o mod_exp_sw.o
+obj-$(CONFIG_RSA) += mod_exp_uclass.o
+obj-$(CONFIG_RSA_SOFTWARE_EXP) += mod_exp_sw.o
OpenPOWER on IntegriCloud