summaryrefslogtreecommitdiff
path: root/drivers/crypto/hash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/hash/Makefile')
-rw-r--r--drivers/crypto/hash/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/crypto/hash/Makefile b/drivers/crypto/hash/Makefile
new file mode 100644
index 0000000000..33d88161ed
--- /dev/null
+++ b/drivers/crypto/hash/Makefile
@@ -0,0 +1,6 @@
+# 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