Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
26ed32e1119dc41e4aabaef5f42b8d758342542f
/
.
/
drivers
/
crypto
/
rsa_mod_exp
/
Makefile
blob: 7e829d3c10f1c85422b6a4104bd75a73339ada4c [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2014 Freescale Semiconductor, Inc.
obj
-
$
(
CONFIG_RSA
)
+=
mod_exp_uclass
.
o
obj
-
$
(
CONFIG_RSA_SOFTWARE_EXP
)
+=
mod_exp_sw
.
o