diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-20 16:56:11 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-20 16:56:11 +0000 |
commit | 88eac458c194700245f33eed835dd6bf5f71698f (patch) | |
tree | 775e6728ca411cc004e912e7f9dfcfe533812e7d /sub/kernel/Makefile | |
parent | fa13b46812801bbd9f5562d52810e278cf7fdaef (diff) | |
download | lh-bootstrap-88eac458c194700245f33eed835dd6bf5f71698f.tar.xz |
Small incremental build fixes (4)
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 049069d..3c46acc 100644 --- a/sub/kernel/Makefile +++ b/sub/kernel/Makefile @@ -1,5 +1,5 @@ -KERNEL_VERSION ?= 5.4.7 +KERNEL_VERSION ?= 5.4.13 KERNEL_MAJOR := $(firstword $(subst ., ,$(KERNEL_VERSION))) KERNEL_ENV := DEPMOD=$(OUTPUT)/build-build/opt/kmod/bin/depmod INSTALL_MOD_PATH=$(OUTPUT)/rootfs CROSS_COMPILE=$(BUILD_HOST_PREFIX)- ARCH=$(KERNEL_GENERIC_ARCH) INSTALL_MOD_STRIP="-R .note -R .comment -R .note.GNU-stack --strip-debug" |