Merge pull request #118 from philipl/dkms-fix

dkms: support building for non-running kernels
This commit is contained in:
Frederic BOLTZ
2025-04-25 08:40:12 +02:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
obj-m += nct6687.o
curpwd := $(shell pwd)
kver := $(shell uname -r)
kver ?= $(shell uname -r)
commitcount := $(shell git rev-list --all --count)
commithash := $(shell git rev-parse --short HEAD)
fedoraver := $(shell sed -n 's/.*Fedora release \([^ ]*\).*/\1/p' /etc/fedora-release)