mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
e5d870fa1e
Add purely software-implmented drivers to support multiple hash operations including CRC, MD5, and SHA family. This driver is based on the new hash uclass. Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
6 lines
163 B
Makefile
6 lines
163 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2021 ASPEED Technology Inc.
|
|
|
|
obj-$(CONFIG_DM_HASH) += hash-uclass.o
|
|
obj-$(CONFIG_HASH_SOFTWARE) += hash_sw.o
|