diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-13 19:37:04 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-14 10:24:20 +0100 |
commit | 2bb66e5f6e7fe743b1bdf5197b6c87205c495f71 (patch) | |
tree | 6650f7d547ba8c107559ce603922f2b37189d37d | |
parent | 467a3493eacefe6acba34ad0231524245eb8daae (diff) |
qemu: update kernel
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-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 9bb6120..513ed5a 100644 --- a/src/tests/qemu/Makefile +++ b/src/tests/qemu/Makefile @@ -10,7 +10,7 @@ endif ARCH := $(firstword $(subst -, ,$(CBUILD))) # Set these from the environment to override -KERNEL_VERSION ?= 4.13.12 +KERNEL_VERSION ?= 4.14 BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH) DISTFILES_PATH ?= $(PWD)/distfiles DEBUG_KERNEL ?= no |