We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2172cc commit 35b1ad7Copy full SHA for 35b1ad7
linux_kernel/Kbuild.sha2
@@ -81,7 +81,7 @@ leancrypto-$(CONFIG_LEANCRYPTO_SHA2_512) \
81
# an issue. To reenable it, turn shani_null into shani below and remove the
82
# define.
83
ifdef CONFIG_X86_64
84
-ccflags-y += -DCONFIG_LEANCRYPTO_SHA2_512_DISABLE_SHANI
+asflags-y += -DCONFIG_LEANCRYPTO_SHA2_512_DISABLE_SHANI
85
leancrypto-$(CONFIG_LEANCRYPTO_SHA2_512) \
86
+= ../hash/src/sha512_avx2.o \
87
../hash/src/sha512_shani_null.o \
0 commit comments