13 lines
228 B
Makefile
13 lines
228 B
Makefile
#
|
|
# Copyright (c) 2013, Google Inc.
|
|
#
|
|
# (C) Copyright 2000-2007
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
ifdef CONFIG_FIT_SIGNATURE
|
|
obj-$(CONFIG_RSA) += rsa-verify.o
|
|
endif
|