xref: /openbmc/u-boot/lib/rsa/Makefile (revision f6e2c0f3e3bcb7c0b520b0e65de3f080f831fcf7)
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
10ifdef CONFIG_FIT_SIGNATURE
11obj-$(CONFIG_RSA) += rsa-verify.o
12endif
13