From d04b72adf316cedce5a012c0afac624ab8297edb Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 22 Aug 2024 17:04:20 +0100 Subject: [PATCH] testsuite: set-but-unused variable KVER 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 Reviewed-by: Lucas De Marchi Link: https://github.com/kmod-project/kmod/pull/86 Signed-off-by: Lucas De Marchi --- testsuite/module-playground/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/testsuite/module-playground/Makefile b/testsuite/module-playground/Makefile index 0b0b5f31..c0454fd2 100644 --- a/testsuite/module-playground/Makefile +++ b/testsuite/module-playground/Makefile @@ -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)) -- 2.47.3