Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Ruchika Gupta | 98ebb12 | 2015-01-23 16:01:52 +0530 | [diff] [blame] | 2 | # |
3 | # (C) Copyright 2014 Freescale Semiconductor, Inc. | ||||
Ruchika Gupta | 98ebb12 | 2015-01-23 16:01:52 +0530 | [diff] [blame] | 4 | |
gaurav rana | 7e0c716 | 2015-02-27 09:10:06 +0530 | [diff] [blame] | 5 | obj-$(CONFIG_RSA) += mod_exp_uclass.o |
6 | obj-$(CONFIG_RSA_SOFTWARE_EXP) += mod_exp_sw.o |