mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-02 14:27:17 +00:00
9 lines
208 B
Makefile
9 lines
208 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2013 Samsung Electronics Co., Ltd.
|
|
# http://www.samsung.com
|
|
|
|
obj-$(CONFIG_EXYNOS_ACE_SHA) += ace_sha.o
|
|
obj-y += rsa_mod_exp/
|
|
obj-y += fsl/
|
|
obj-y += hash/
|