]> Git Repo - J-u-boot.git/blame - lib/rsa/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[J-u-boot.git] / lib / rsa / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
19c402af
SG
2#
3# Copyright (c) 2013, Google Inc.
4#
5# (C) Copyright 2000-2007
6# Wolfgang Denk, DENX Software Engineering, [email protected].
19c402af 7
51c14cd1 8obj-$(CONFIG_$(SPL_)FIT_SIGNATURE) += rsa-verify.o rsa-checksum.o
ccf28861 9obj-$(CONFIG_RSA_SOFTWARE_EXP) += rsa-mod-exp.o
This page took 0.27289 seconds and 4 git commands to generate.