blob: 693c745514aa0a12533818f6e7c05117fe029f50 [file] [log] [blame]
Simon Glass35191a32013-06-13 15:10:02 -07001#
2# Copyright (c) 2013, Google Inc.
3#
4# (C) Copyright 2000-2007
5# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02007# SPDX-License-Identifier: GPL-2.0+
Simon Glass35191a32013-06-13 15:10:02 -07008#
9
Simon Glass35191a32013-06-13 15:10:02 -070010ifdef CONFIG_FIT_SIGNATURE
Masahiro Yamadaf9e50cc2013-10-17 17:35:01 +090011obj-$(CONFIG_RSA) += rsa-verify.o
Simon Glass35191a32013-06-13 15:10:02 -070012endif