Add dkms.conf and tweak Makefile to work with dkms

Specifically, allow building for an installed kernel that is not the running kernel
This commit is contained in:
Joe Barnett
2016-04-21 15:57:16 -07:00
parent 8cc44d67f3
commit 76945312a9
2 changed files with 10 additions and 0 deletions

7
dkms.conf Normal file
View File

@@ -0,0 +1,7 @@
PACKAGE_NAME=facetimehd
PACKAGE_VERSION=0.1
CLEAN="make clean"
BUILT_MODULE_NAME[0]="facetimehd"
BUILT_MODULE_LOCATION[0]="."
DEST_MODULE_LOCATION[0]="/extra"
AUTOINSTALL="yes"