aboutsummaryrefslogtreecommitdiff
path: root/sub/kernel/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-11-01 16:15:59 +0000
committerLaurent Bercot <ska@appnovation.com>2023-11-01 16:15:59 +0000
commit0492a514b38181a79ad824b8ccafa79984cc1631 (patch)
treec3718cb9008ff7f8a7a0208245d012b9645614f2 /sub/kernel/Makefile
parent4de0bed66ac9fc4400ac61cd2154be2a002dd719 (diff)
downloadlh-bootstrap-0492a514b38181a79ad824b8ccafa79984cc1631.tar.xz
Tentative noobjtool fix for kernel 6.6
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub/kernel/Makefile')
-rw-r--r--sub/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/kernel/Makefile b/sub/kernel/Makefile
index 1345d3d..ef80fbe 100644
--- a/sub/kernel/Makefile
+++ b/sub/kernel/Makefile
@@ -1,6 +1,6 @@
include sub/kernel/Makefile.ncurses
-KERNEL_VERSION ?= 6.3.5
+KERNEL_VERSION ?= 6.6
KERNEL_MAJOR := $(firstword $(subst ., ,$(KERNEL_VERSION)))
KERNEL_FULLVERSION := $(if $(word 2,$(subst ., ,$(KERNEL_VERSION))),$(KERNEL_VERSION),$(KERNEL_VERSION).0)