aboutsummaryrefslogtreecommitdiffstats
path: root/mk/support-blake2s=yes.mk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mk/support-blake2s=yes.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/mk/support-blake2s=yes.mk b/mk/support-blake2s=yes.mk
new file mode 100644
index 0000000..57406e2
--- /dev/null
+++ b/mk/support-blake2s=yes.mk
@@ -0,0 +1,12 @@
+CPPFLAGS_BLAKE2S = -DSUPPORT_BLAKE2S
+
+OBJ_BLAKE2S_2XS =\
+ libblake_blake2s_digest.o\
+ libblake_blake2s_digest_get_required_input_size.o\
+ libblake_blake2s_update.o\
+ libblake_blake2s_force_update.o\
+ libblake_internal_blake2s_compress.o\
+ libblake_internal_blake2s_output_digest.o
+
+OBJ_BLAKE2S =\
+ libblake_blake2s_init.o