The kernel version displayed in the message has not been updated the
last time we bumped the kernel version required for running tests.
We don't need to print this version here - the test suite will bail-out
anyway if the kernel is too old. Drop it from the message.
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
@echo " ********************************************************"
@echo " * Tests have been built as tests/gpio-test. *"
@echo " * *"
- @echo " * They require linux kernel version >=v4.12.6 and the *"
+ @echo " * They require a recent linux kernel version and the *"
@echo " * gpio-mockup module (must not be built-in). *"
@echo " * *"
@echo " * Run the test executable with superuser privileges or *"