summaryrefslogtreecommitdiff
path: root/lib/crypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypt/Makefile')
-rw-r--r--lib/crypt/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/crypt/Makefile b/lib/crypt/Makefile
new file mode 100644
index 0000000000..d53b72b0c7
--- /dev/null
+++ b/lib/crypt/Makefile
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+# Copyright (c) 2021, Steffen Jaeckel <jaeckel-floss@eyet-services.de>
+
+obj-$(CONFIG_CRYPT_PW) += crypt.o
+obj-$(CONFIG_CRYPT_PW_SHA256) += crypt-sha256.o
+obj-$(CONFIG_CRYPT_PW_SHA512) += crypt-sha512.o