aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-02-01 13:12:21 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2018-02-01 14:39:19 +0100
commit05ac94f83162f3477fb11d862e7d54958f38abe9 (patch)
treeb52fa85f62e6608b55ce8a4c90b4b9e2d28c6b49 /Makefile
parentImport fiat64 (diff)
downloadkbench9000-05ac94f83162f3477fb11d862e7d54958f38abe9.tar.xz
kbench9000-05ac94f83162f3477fb11d862e7d54958f38abe9.zip
Add precomputation implementation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d56d099..b32bd88 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
ifneq ($(KERNELRELEASE),)
-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
+kbench9000-y := main.o curve25519-donna64.o curve25519-hacl64.o curve25519-fiat64.o curve25519-sandy2x.o curve25519-sandy2x-asm.o curve25519-amd64.o curve25519-precomp.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'