diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-08 16:47:59 +0900 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-10 16:20:09 +0900 |
commit | 222cc02ebcb99664fa4ca68f8882503d45ca785c (patch) | |
tree | 92f71c8ed4b3a89352f70734b7b0336b45f9cf31 /src/tests/qemu | |
parent | 5845655942116f9561a10a75d18a6c59f03ebfd0 (diff) |
qemu: bump kernel version
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/tests/qemu')
-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 0469b3a..9bb6120 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.9 +KERNEL_VERSION ?= 4.13.12 BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH) DISTFILES_PATH ?= $(PWD)/distfiles DEBUG_KERNEL ?= no |