aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2022-06-07 11:29:18 -0400
committerJohn Kacur <jkacur@redhat.com>2022-06-07 11:37:51 -0400
commite20fb6d6f1a357afe5ae7ba63d5bb340e0041156 (patch)
treeb1308bf2073cea1a17cb74b560c198ccec9a76d3 /Makefile
parente4a34238d40078e32a3619ba31884ae4ea86c925 (diff)
downloadrteval-e20fb6d6f1a357afe5ae7ba63d5bb340e0041156.tar.gz
rteval: Change the default kernel to compile to linux-5.18.1
rteval compiles the linux kernel as a load Change the default kernel that rteval compiles to linux-5.18.1 Signed-off-by: John Kacur <jkacur@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36d4086..ffea8a0 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ PREFIX := /usr
DATADIR := $(DESTDIR)/$(PREFIX)/share
LOADDIR := loadsource
-KLOAD := $(LOADDIR)/linux-5.13.2.tar.xz
+KLOAD := $(LOADDIR)/linux-5.18.1.tar.xz
BLOAD := $(LOADDIR)/dbench-4.0.tar.gz
LOADS := $(KLOAD) $(BLOAD)