Skip to content

Commit 35b1ad7

Browse files
committed
Linux kernel: SHANI-512 ccflags -> asflags
Signed-off-by: Stephan Mueller <smueller@chronox.de>
1 parent e2172cc commit 35b1ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux_kernel/Kbuild.sha2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ leancrypto-$(CONFIG_LEANCRYPTO_SHA2_512) \
8181
# an issue. To reenable it, turn shani_null into shani below and remove the
8282
# define.
8383
ifdef CONFIG_X86_64
84-
ccflags-y += -DCONFIG_LEANCRYPTO_SHA2_512_DISABLE_SHANI
84+
asflags-y += -DCONFIG_LEANCRYPTO_SHA2_512_DISABLE_SHANI
8585
leancrypto-$(CONFIG_LEANCRYPTO_SHA2_512) \
8686
+= ../hash/src/sha512_avx2.o \
8787
../hash/src/sha512_shani_null.o \

0 commit comments

Comments
 (0)