diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-11-27 14:42:26 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-11-27 14:42:34 +0100 |
commit | 8867c31ee7f1b7e9618113e391a76879dab71942 (patch) | |
tree | 43f486bc3633334d9d409d20afc8cdcd70b525d8 /src | |
parent | e4be4fda77d55b6c06a3b65770728b4a155b38a0 (diff) |
qemu: bump version
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/qemu/Makefile b/src/tests/qemu/Makefile index 3755d01..55aea6a 100644 --- a/src/tests/qemu/Makefile +++ b/src/tests/qemu/Makefile @@ -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 |