Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / x86 / crypto / sha1-mb / Makefile
blob815ded3ba90e57685dd7176c9f23c73a6bc0cabe
1 # SPDX-License-Identifier: GPL-2.0
3 # Arch-specific CryptoAPI modules.
6 OBJECT_FILES_NON_STANDARD := y
8 avx2_supported := $(call as-instr,vpgatherdd %ymm0$(comma)(%eax$(comma)%ymm1\
9 $(comma)4)$(comma)%ymm2,yes,no)
10 ifeq ($(avx2_supported),yes)
11 obj-$(CONFIG_CRYPTO_SHA1_MB) += sha1-mb.o
12 sha1-mb-y := sha1_mb.o sha1_mb_mgr_flush_avx2.o \
13 sha1_mb_mgr_init_avx2.o sha1_mb_mgr_submit_avx2.o sha1_x8_avx2.o
14 endif