]> git.sur5r.net Git - u-boot/blobdiff - lib/rsa/Makefile
efi_selftest: fix typo in efi_selftest_devicepath.c
[u-boot] / lib / rsa / Makefile
index cc25b3ce6d9232c60ff0b848632265b8a2788626..4b2c1bae79bcc543ad1f27a3eaa2d702a77dfeca 100644 (file)
@@ -7,4 +7,5 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-obj-$(CONFIG_FIT_SIGNATURE) += rsa-verify.o rsa-checksum.o rsa-mod-exp.o
+obj-$(CONFIG_$(SPL_)FIT_SIGNATURE) += rsa-verify.o rsa-checksum.o
+obj-$(CONFIG_RSA_SOFTWARE_EXP) += rsa-mod-exp.o