qemu: bump version

This commit is contained in:
Jason A. Donenfeld 2019-11-27 14:42:26 +01:00
parent bcb5513856
commit 1f96cdcc04
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ endif
ARCH := $(firstword $(subst -, ,$(CBUILD)))
# Set these from the environment to override
KERNEL_VERSION ?= 5.3.5
KERNEL_VERSION ?= 5.4
KERNEL_VERSION := $(KERNEL_VERSION)$(if $(DEBUG_KERNEL),$(if $(findstring -debug,$(KERNEL_VERSION)),,-debug),)
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles