diff mbox series

[i2c-tools] Makefile: drop KERNELVERSION

Message ID b04c0610e6b0c16c555a1578dee24b1b022bbd1c.1627649880.git.baruch@tkos.co.il
State Accepted
Headers show
Series [i2c-tools] Makefile: drop KERNELVERSION | expand

Commit Message

Baruch Siach July 30, 2021, 12:58 p.m. UTC
KERNELVERSION is unused since commit 4b89e48a1039f ("Delete the
decode-xeon script...").

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 Makefile | 2 --
 1 file changed, 2 deletions(-)

Comments

Jean Delvare Aug. 1, 2021, 3:01 p.m. UTC | #1
On Fri, 30 Jul 2021 15:58:00 +0300, Baruch Siach wrote:
> KERNELVERSION is unused since commit 4b89e48a1039f ("Delete the
> decode-xeon script...").
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  Makefile | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index e784921f9f98..5ac8a59dd390 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -50,8 +50,6 @@ USE_STATIC_LIB := 1
>  endif
>  endif
>  
> -KERNELVERSION	:= $(shell uname -r)
> -
>  .PHONY: all strip clean install uninstall
>  
>  all:

Applied, thanks.
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index e784921f9f98..5ac8a59dd390 100644
--- a/Makefile
+++ b/Makefile
@@ -50,8 +50,6 @@  USE_STATIC_LIB := 1
 endif
 endif
 
-KERNELVERSION	:= $(shell uname -r)
-
 .PHONY: all strip clean install uninstall
 
 all: