aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/sha256-mb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/crypto/sha256-mb/Makefile')
-rw-r--r--arch/x86/crypto/sha256-mb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/crypto/sha256-mb/Makefile b/arch/x86/crypto/sha256-mb/Makefile
index 41089e7c400c..45b4fca6c4a8 100644
--- a/arch/x86/crypto/sha256-mb/Makefile
+++ b/arch/x86/crypto/sha256-mb/Makefile
@@ -2,6 +2,8 @@
# Arch-specific CryptoAPI modules.
#
+OBJECT_FILES_NON_STANDARD := y
+
avx2_supported := $(call as-instr,vpgatherdd %ymm0$(comma)(%eax$(comma)%ymm1\
$(comma)4)$(comma)%ymm2,yes,no)
ifeq ($(avx2_supported),yes)