From f0455aa13edf210f7ded3d82c13c91a18f8c8d4e Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Sun, 24 Sep 2017 10:52:55 +0200 Subject: [PATCH] build: fix the kernel version in the 'make check' message The minimum kernel version for running tests is now 4.12.6. Reflect that in the message displayed after building the test suite. Signed-off-by: Bartosz Golaszewski --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 0cdf336..5e4ec30 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -37,7 +37,7 @@ check: check-am @echo " ********************************************************" @echo " * Tests have been built as tests/gpio-test. *" @echo " * *" - @echo " * They require linux kernel version >=v4.11 and the *" + @echo " * They require linux kernel version >=v4.12.6 and the *" @echo " * gpio-mockup module (must not be built-in). *" @echo " * *" @echo " * Run the test executable with superuser privileges or *" -- 2.30.2