xref: /rk3399_rockchip-uboot/lib/rsa/Makefile (revision 2c1e11dd52e7d1db79b33e3e4c2fded573b70a9d)
1#
2# Copyright (c) 2013, Google Inc.
3#
4# (C) Copyright 2000-2007
5# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6#
7# SPDX-License-Identifier:	GPL-2.0+
8#
9
10obj-$(CONFIG_$(SPL_)FIT_SIGNATURE) += rsa-verify.o rsa-checksum.o
11obj-$(CONFIG_RSA_SOFTWARE_EXP) += rsa-mod-exp.o
12