diff options
Diffstat (limited to 'drivers/crypto/hash/Makefile')
-rw-r--r-- | drivers/crypto/hash/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/crypto/hash/Makefile b/drivers/crypto/hash/Makefile new file mode 100644 index 0000000000..83acf3d47b --- /dev/null +++ b/drivers/crypto/hash/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (c) 2021 ASPEED Technology Inc. + +obj-$(CONFIG_DM_HASH) += hash-uclass.o |