aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/Kbuild.include
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/Kbuild.include')
-rw-r--r--src/crypto/Kbuild.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/Kbuild.include b/src/crypto/Kbuild.include
index 6f1f8d2..d665449 100644
--- a/src/crypto/Kbuild.include
+++ b/src/crypto/Kbuild.include
@@ -16,6 +16,7 @@ endif
ifeq ($(CONFIG_MIPS)$(CONFIG_CPU_MIPS32_R2),yy)
wireguard-y += crypto/zinc/chacha20/chacha20-mips.o
CFLAGS_chacha20.o += -DCONFIG_ZINC_ARCH_MIPS
+AFLAGS_chacha20-mips.o += -O2
endif
wireguard-y += crypto/zinc/poly1305/poly1305.o