diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-11-01 16:15:59 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-11-01 16:15:59 +0000 |
commit | 0492a514b38181a79ad824b8ccafa79984cc1631 (patch) | |
tree | c3718cb9008ff7f8a7a0208245d012b9645614f2 /sub/kernel/Makefile | |
parent | 4de0bed66ac9fc4400ac61cd2154be2a002dd719 (diff) | |
download | lh-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/Makefile | 2 |
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) |