public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH i2c-tools] Makefile: drop KERNELVERSION
@ 2021-07-30 12:58 Baruch Siach
  2021-08-01 15:01 ` Jean Delvare
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2021-07-30 12:58 UTC (permalink / raw)
  To: linux-i2c; +Cc: Jean Delvare, Baruch Siach

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:
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-01 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-30 12:58 [PATCH i2c-tools] Makefile: drop KERNELVERSION Baruch Siach
2021-08-01 15:01 ` Jean Delvare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox