diff options
Diffstat (limited to 'roms/u-boot/lib/rsa/Makefile')
-rw-r--r-- | roms/u-boot/lib/rsa/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/lib/rsa/Makefile b/roms/u-boot/lib/rsa/Makefile new file mode 100644 index 000000000..c9ac72c1e --- /dev/null +++ b/roms/u-boot/lib/rsa/Makefile @@ -0,0 +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. + +obj-$(CONFIG_$(SPL_TPL_)RSA_VERIFY) += rsa-verify.o +obj-$(CONFIG_$(SPL_TPL_)RSA_VERIFY_WITH_PKEY) += rsa-keyprop.o +obj-$(CONFIG_RSA_SOFTWARE_EXP) += rsa-mod-exp.o |