aboutsummaryrefslogtreecommitdiff
path: root/dkms.conf
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2021-06-08 21:13:12 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2021-06-08 21:13:12 +0300
commitc7afc7d3f1aed699bc236ea4b85aff21aa2f467d (patch)
tree009493f3a7037cf8455d5531c569b0466cab762e /dkms.conf
parentcf31a8e37382fc1a100b3d7f35d3825c8e37e188 (diff)
downloadhid-tmff2-c7afc7d3f1aed699bc236ea4b85aff21aa2f467d.tar.gz
hid-tmff2-c7afc7d3f1aed699bc236ea4b85aff21aa2f467d.zip
Merge dkms into master
Diffstat (limited to 'dkms.conf')
-rw-r--r--dkms.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/dkms.conf b/dkms.conf
new file mode 100644
index 0000000..d69a100
--- /dev/null
+++ b/dkms.conf
@@ -0,0 +1,17 @@
+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'"
+
+# 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-tmt300rs"
+DEST_MODULE_LOCATION[1]="/kernel/drivers/hid"