Browse Source

Makefile: Drop KERNELVERSION

KERNELVERSION is unused since commit 4b89e48a10 ("Delete the
decode-xeon script...").

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Jean Delvare <jdelvare@suse.de>
master
Baruch Siach 4 years ago
committed by Jean Delvare
parent
commit
eacb6a431d
  1. 2
      Makefile

2
Makefile

@ -50,8 +50,6 @@ USE_STATIC_LIB := 1
endif
endif
KERNELVERSION := $(shell uname -r)
.PHONY: all strip clean install uninstall
all:

Loading…
Cancel
Save