aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2021-07-16 11:33:19 -0400
committerJohn Kacur <jkacur@redhat.com>2021-07-16 11:33:19 -0400
commit936bdd7aff0e46a1509ee4844cba279053ca97c7 (patch)
tree4bb7f1a4d5dfe0dc894d723bd66ceeff93d6b84f /Makefile
parentbe811d28a471cfcaf7960289e00960e7f5b18f03 (diff)
downloadrteval-936bdd7aff0e46a1509ee4844cba279053ca97c7.tar.gz
rteval: Update to using the linux-5.13.2 kernel
Update to using the linux-5.13.2 kernel 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 d942858..36d4086 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ PREFIX := /usr
DATADIR := $(DESTDIR)/$(PREFIX)/share
LOADDIR := loadsource
-KLOAD := $(LOADDIR)/linux-5.7.tar.xz
+KLOAD := $(LOADDIR)/linux-5.13.2.tar.xz
BLOAD := $(LOADDIR)/dbench-4.0.tar.gz
LOADS := $(KLOAD) $(BLOAD)