mirror of
https://github.com/AuxXxilium/synology-wireguard.git
synced 2024-11-23 23:11:06 +07:00
14 lines
501 B
Diff
14 lines
501 B
Diff
|
--- Kbuild.include 2019-03-17 16:02:33.388208274 +0000
|
||
|
+++ Kbuild.include 2019-03-17 16:02:45.951895692 +0000
|
||
|
@@ -42,10 +42,8 @@
|
||
|
wireguard-y += compat/udp_tunnel/udp_tunnel.o
|
||
|
endif
|
||
|
|
||
|
-ifeq ($(shell grep -s -F "int crypto_memneq" "$(srctree)/include/crypto/algapi.h"),)
|
||
|
ccflags-y += -include $(kbuild-dir)/compat/memneq/include.h
|
||
|
wireguard-y += compat/memneq/memneq.o
|
||
|
-endif
|
||
|
|
||
|
ifeq ($(wildcard $(srctree)/arch/arm/include/asm/neon.h)$(CONFIG_ARM),y)
|
||
|
ccflags-y += -I$(src)/compat/neon-arm/include
|