aboutsummaryrefslogtreecommitdiff
path: root/dkms.conf
diff options
context:
space:
mode:
Diffstat (limited to 'dkms.conf')
-rw-r--r--dkms.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/dkms.conf b/dkms.conf
deleted file mode 100644
index 25ef2ca..0000000
--- a/dkms.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-PACKAGE_NAME="hid-tmff2"
-PACKAGE_VERSION="0.8"
-AUTOINSTALL="yes"
-
-# By default, DKMS will add KERNELRELEASE to the make command line; however,
-# this will cause the kernel module build to infer that it was invoked via
-# Kbuild directly instead of DKMS. The dkms(8) manual page recommends quoting
-# the 'make' command name to suppress this behavior.
-MAKE[0]="'make' KDIR=\"$kernel_source_dir\""
-CLEAN[0]="'make' KDIR=\"$kernel_source_dir\" clean"
-
-# The list of kernel modules.
-#__DKMS_MODULES
-BUILT_MODULE_NAME[0]="hid-tminit"
-BUILT_MODULE_LOCATION="hid-tminit/"
-DEST_MODULE_LOCATION[0]="/kernel/drivers/hid"
-BUILT_MODULE_NAME[1]="hid-tmff-new"
-DEST_MODULE_LOCATION[1]="/kernel/drivers/hid"