mirror of
https://github.com/Fred78290/nct6687d.git
synced 2025-07-23 07:03:04 +02:00
Merge pull request #118 from philipl/dkms-fix
dkms: support building for non-running kernels
This commit is contained in:
2
Makefile
2
Makefile
@@ -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)
|
||||
|
Reference in New Issue
Block a user