From 2a5741d1706d8ff938dc681e359909746bd2f798 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 6 Sep 2018 20:55:59 -0600 Subject: compat: move simd.h from crypto to compat since it's going upstream --- src/compat/Kbuild.include | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/compat/Kbuild.include') diff --git a/src/compat/Kbuild.include b/src/compat/Kbuild.include index 04ffdeb..879aa84 100644 --- a/src/compat/Kbuild.include +++ b/src/compat/Kbuild.include @@ -37,6 +37,10 @@ ifeq ($(wildcard $(srctree)/arch/x86/include/asm/simd.h)$(CONFIG_X86),y) ccflags-y += -I$(src)/compat/simd-x86/include endif +ifeq ($(wildcard $(srctree)/include/linux/simd.h),) +ccflags-y += -I$(src)/compat/simd/include +endif + ifeq ($(wildcard $(srctree)/include/net/udp_tunnel.h),) ccflags-y += -I$(src)/compat/udp_tunnel/include wireguard-y += compat/udp_tunnel/udp_tunnel.o -- cgit v1.2.3-59-g8ed1b