aboutsummarylogtreecommitdiffstats
path: root/dkms.conf
diff options
context:
space:
mode:
authorLeonardo Gates2018-12-21 17:39:56 -0400
committerLeonardo Gates2019-06-11 17:42:09 +0000
commitf5cfcf8b760889880130934293025740e85aa70c (patch)
treecac7485b753b61cdb08cf847e8237e817353f166 /dkms.conf
downloadaur-f5cfcf8b760889880130934293025740e85aa70c.tar.gz
Initial commit.
Diffstat (limited to 'dkms.conf')
-rw-r--r--dkms.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/dkms.conf b/dkms.conf
new file mode 100644
index 000000000000..4a2f254ef1a1
--- /dev/null
+++ b/dkms.conf
@@ -0,0 +1,7 @@
+PACKAGE_NAME="@_PKGBASE@"
+PACKAGE_VERSION="@PKGVER@"
+MAKE[0]="make -j`nproc`"
+CLEAN="make clean"
+BUILT_MODULE_NAME[0]="havege"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/char"
+AUTOINSTALL="yes" \ No newline at end of file