X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=lib%2Frsa%2FMakefile;h=14ed3cb4012bd8fe55d49a70ad0f2903c3a11e4c;hb=e0d310b098b1e3dd2ad4e0e4efbbb81b90ae4bc7;hp=cc25b3ce6d9232c60ff0b848632265b8a2788626;hpb=fc2f4246b4b3b750e8c5aa08440ec5e1c952088e;p=oweals%2Fu-boot.git diff --git a/lib/rsa/Makefile b/lib/rsa/Makefile index cc25b3ce6d..14ed3cb401 100644 --- a/lib/rsa/Makefile +++ b/lib/rsa/Makefile @@ -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