mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
9e03b48dfa
add nuvoton BMC npcm750 AES driver Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
11 lines
243 B
Makefile
11 lines
243 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/
|
|
obj-y += aspeed/
|
|
obj-y += nuvoton/
|