Files
facetimehd/dkms.conf
Joe Barnett 76945312a9 Add dkms.conf and tweak Makefile to work with dkms
Specifically, allow building for an installed kernel that is not the running kernel
2016-04-21 15:57:59 -07:00

8 lines
177 B
Plaintext

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"