diff options
| author | Chia-Wei Wang <[email protected]> | 2021-07-30 09:08:03 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-01 19:25:37 -0400 |
| commit | 4deaff791cd44e95e545ad8cd74dea25b4993499 (patch) | |
| tree | c36e6417839ca6abe121dba19467d0e3bc874fdf /drivers/crypto/Makefile | |
| parent | 74bda4fe3d6d153a6b66b5f1e412c32b718bcfbc (diff) | |
dm: hash: Add new UCLASS_HASH support
Add UCLASS_HASH for hash driver development. Thus the
hash drivers (SW or HW-accelerated) can be developed
in the DM-based fashion.
Signed-off-by: Chia-Wei Wang <[email protected]>
Diffstat (limited to 'drivers/crypto/Makefile')
| -rw-r--r-- | drivers/crypto/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/Makefile b/drivers/crypto/Makefile index efbd1d3fca0..4a12b56be6f 100644 --- a/drivers/crypto/Makefile +++ b/drivers/crypto/Makefile @@ -6,3 +6,4 @@ obj-$(CONFIG_EXYNOS_ACE_SHA) += ace_sha.o obj-y += rsa_mod_exp/ obj-y += fsl/ +obj-y += hash/ |
