1
2
3
4
5
6
7
8
9
10
11
12
| #
| # Copyright (c) 2013 Samsung Electronics Co., Ltd.
| # http://www.samsung.com
| #
| # SPDX-License-Identifier: GPL-2.0+
| #
|
| obj-$(CONFIG_$(SPL_TPL_)DM_CRYPTO) += crypto-uclass.o
| obj-$(CONFIG_EXYNOS_ACE_SHA) += ace_sha.o
| obj-y += rsa_mod_exp/
| obj-y += fsl/
| obj-y += rockchip/
|
|