aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-12-30 17:31:15 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-12-30 17:34:05 +0100
commit1790d5670caeec954f8b77338c4e4341eb936faa (patch)
tree6e0413edde994d656e682bdb8b4294323c3e11d1 /Makefile
parentDisable turbo during tests (diff)
downloadkbench9000-1790d5670caeec954f8b77338c4e4341eb936faa.tar.xz
kbench9000-1790d5670caeec954f8b77338c4e4341eb936faa.zip
Adjust for RNGjd/rng
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1c9e6ec..95bbde6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
ifneq ($(KERNELRELEASE),)
-kbench9000-y := main.o curve25519-u128.o
+kbench9000-y := main.o
obj-m := kbench9000.o
ccflags-y += -O3
ccflags-y += -D'pr_fmt(fmt)=KBUILD_MODNAME ": " fmt'