aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-01-31 16:29:15 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2018-01-31 16:44:28 +0100
commit4edbecd3b8f30a504112704a3feea8a9a9b8331f (patch)
treed56d8c06c5c7130cb7e2d3e6c7b849d7d28a1686 /Makefile
parentImport other curves for comparison (diff)
downloadkbench9000-4edbecd3b8f30a504112704a3feea8a9a9b8331f.tar.xz
kbench9000-4edbecd3b8f30a504112704a3feea8a9a9b8331f.zip
Import fiat64
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16e5c52..d56d099 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
ifneq ($(KERNELRELEASE),)
-kbench9000-y := main.o curve25519-donna64.o curve25519-hacl64.o curve25519-sandy2x.o curve25519-sandy2x-asm.o curve25519-amd64.o curve25519-amd64-asm.o curve25519-donna32.o curve25519-fiat32.o
+kbench9000-y := main.o curve25519-donna64.o curve25519-hacl64.o curve25519-fiat64.o curve25519-sandy2x.o curve25519-sandy2x-asm.o curve25519-amd64.o curve25519-amd64-asm.o curve25519-donna32.o curve25519-fiat32.o
obj-m := kbench9000.o
ccflags-y += -O3
ccflags-y += -D'pr_fmt(fmt)=KBUILD_MODNAME ": " fmt'