diff --git a/Makefile b/Makefile index df3be8e..129ea88 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL = /bin/bash JOBS ?= 2 -LINUX_VER=5.15.61 +LINUX_VER=5.15.62 LINUX_VER_MAJOR=${shell echo ${LINUX_VER} | cut -d '.' -f1,2} KBUILD_BUILD_USER=usbarmory KBUILD_BUILD_HOST=usbarmory