]> git.ipfire.org Git - people/ms/u-boot.git/blame - lib/rsa/Makefile
verified-boot: Minimal support for booting U-Boot proper from SPL
[people/ms/u-boot.git] / lib / rsa / Makefile
CommitLineData
19c402af
SG
1#
2# Copyright (c) 2013, Google Inc.
3#
4# (C) Copyright 2000-2007
5# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6#
1a459660 7# SPDX-License-Identifier: GPL-2.0+
19c402af
SG
8#
9
51c14cd1 10obj-$(CONFIG_$(SPL_)FIT_SIGNATURE) += rsa-verify.o rsa-checksum.o
ccf28861 11obj-$(CONFIG_RSA_SOFTWARE_EXP) += rsa-mod-exp.o