2018-05-06 21:58:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2013-03-20 21:00:56 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 2013 Samsung Electronics Co., Ltd.
|
2021-09-27 15:42:39 +00:00
|
|
|
# http://www.samsung.com
|
2013-03-20 21:00:56 +00:00
|
|
|
|
2013-10-17 08:34:57 +00:00
|
|
|
obj-$(CONFIG_EXYNOS_ACE_SHA) += ace_sha.o
|
2015-01-23 10:31:52 +00:00
|
|
|
obj-y += rsa_mod_exp/
|
2014-10-15 06:05:30 +00:00
|
|
|
obj-y += fsl/
|
2021-07-30 01:08:03 +00:00
|
|
|
obj-y += hash/
|
2021-10-27 06:17:27 +00:00
|
|
|
obj-y += aspeed/
|