diff options
Diffstat (limited to 'src/Kbuild')
-rw-r--r-- | src/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ ifeq ($(CONFIG_X86_64),y) wireguard-y += crypto/chacha20-ssse3-x86_64.o crypto/poly1305-sse2-x86_64.o avx_supported := $(call as-instr,vpxor %xmm0$(comma)%xmm0$(comma)%xmm0,yes,no) ifeq ($(avx_supported),yes) - wireguard-y += crypto/blake2s-avx-x86_64.o + wireguard-y += crypto/blake2s-avx-x86_64.o crypto/curve25519-avx-x86_64.o endif avx2_supported := $(call as-instr,vpgatherdd %ymm0$(comma)(%eax$(comma)%ymm1$(comma)4)$(comma)%ymm2,yes,no) ifeq ($(avx2_supported),yes) |