diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-01-03 01:33:11 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-01-23 14:29:40 +0100 |
commit | 85c0fb842f2987a3d70a0b7df16a3733b66ee8c4 (patch) | |
tree | d375ad6427baa29803fd541fd4aefdf7d21bce01 /src | |
parent | 962d7c947da268bec508bd17a1b6d5e4df07b943 (diff) |
qemu: version bump kernel
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 cc7e37e..a797870 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.19 +KERNEL_VERSION ?= 4.20 KERNEL_VERSION := $(KERNEL_VERSION)$(if $(DEBUG_KERNEL),$(if $(findstring -debug,$(KERNEL_VERSION)),,-debug),) BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH) DISTFILES_PATH ?= $(PWD)/distfiles |