diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-07-07 03:30:21 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-07-07 03:30:21 +0200 |
commit | a23b2c047901128c1034c8406cd71cfa2e0f8d59 (patch) | |
tree | c79f581b9f727b3ea2ace162da6d6195ecf39390 /src/tests/qemu/Makefile | |
parent | 3391d92a354399bf5c2571102c918cfc5869d5ef (diff) |
qemu: update default testing kernel
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/tests/qemu/Makefile')
-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 4f1a386..9dbcc51 100644 --- a/src/tests/qemu/Makefile +++ b/src/tests/qemu/Makefile @@ -1,7 +1,7 @@ PWD := $(shell pwd) # Set these from the environment to override -KERNEL_VERSION ?= 4.9.20 +KERNEL_VERSION ?= 4.11.9 BUILD_PATH ?= $(PWD)/../../../qemu-build DISTFILES_PATH ?= $(PWD)/distfiles DEBUG_KERNEL ?= no |