diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-10-27 03:24:18 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-10-27 14:20:00 +0200 |
commit | 70210e26b4ba3a6ed0e74e8d5794b41431466d7d (patch) | |
tree | 8c26f9718d8a0397b5273af6fe6e27ae9a185053 /src/tests | |
parent | 4634dc72569a5bad2cc64cbec4a611a05b37c547 (diff) |
qemu: bump default kernel
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/tests')
-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 fcd0a6e..e511b69 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 ?= 4.18.5 +KERNEL_VERSION ?= 4.19 KERNEL_VERSION := $(KERNEL_VERSION)$(if $(DEBUG_KERNEL),$(if $(findstring -debug,$(KERNEL_VERSION)),,-debug),) BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH) DISTFILES_PATH ?= $(PWD)/distfiles |