]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
testsuite: set-but-unused variable KVER
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 22 Aug 2024 16:04:20 +0000 (17:04 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 23 Aug 2024 18:51:19 +0000 (13:51 -0500)
As far as I can see, nothing ever used the variable - be that within
kmod itself, or the Kbuild itself.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/86
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
testsuite/module-playground/Makefile

index 0b0b5f31ed4849df9d85a294b80429ce7d5370cd..c0454fd2f791a56c7e9c228d24c89a7396b28c56 100644 (file)
@@ -50,7 +50,6 @@ endif
 else
 # normal makefile
 KDIR ?= $(module_prefix)/lib/modules/`uname -r`/build
-KVER ?= `uname -r`
 
 ARCH_SPECIFIC_MODULES := mod-simple-x86_64.ko mod-simple-i386.ko mod-simple-sparc64.ko
 MY_MODULES := $(filter-out $(ARCH_SPECIFIC_MODULES),$(wildcard *.ko))