From 0c08e2fcab00c382ce8b57d70d5cf1bad9ea86c6 Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 7 Feb 2019 17:14:55 +0100 Subject: [PATCH] Add missing cpu_sha256 in module linking --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index a33e11b03..2ffd64170 100644 --- a/src/Makefile +++ b/src/Makefile @@ -389,7 +389,7 @@ WIN_64_OBJS += $(foreach OBJ,$(OBJS_XXHASH),obj/$(OBJ).WIN.64.o) endif endif -MODULE_OBJS_ALL := bitops convert cpu_aes cpu_crc32 cpu_des cpu_md4 cpu_md5 cpu_sha1 ext_lzma filehandling keyboard_layout memory shared +MODULE_OBJS_ALL := bitops convert cpu_aes cpu_crc32 cpu_des cpu_md4 cpu_md5 cpu_sha1 cpu_sha256 ext_lzma filehandling keyboard_layout memory shared ifeq ($(USE_SYSTEM_LZMA),0) MODULE_OBJS_ALL += Alloc Lzma2Dec LzmaDec