]> Git Repo - u-boot.git/blob - lib/rsa/Makefile
imx8m: Add DEK blob encapsulation for imx8m
[u-boot.git] / lib / rsa / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (c) 2013, Google Inc.
4 #
5 # (C) Copyright 2000-2007
6 # Wolfgang Denk, DENX Software Engineering, [email protected].
7
8 obj-$(CONFIG_$(SPL_TPL_)RSA_VERIFY) += rsa-verify.o rsa-checksum.o
9 obj-$(CONFIG_$(SPL_TPL_)RSA_VERIFY_WITH_PKEY) += rsa-keyprop.o
10 obj-$(CONFIG_RSA_SOFTWARE_EXP) += rsa-mod-exp.o
This page took 0.026881 seconds and 4 git commands to generate.