summarylogtreecommitdiffstats
path: root/dkms.conf
diff options
context:
space:
mode:
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..b82e2b0eb5d8
--- /dev/null
+++ b/dkms.conf
@@ -0,0 +1,7 @@
+PACKAGE_NAME="goodix-p2max"
+PACKAGE_VERSION="20190917"
+MAKE[0]="KERNEL_SOURCE_DIR=/usr/lib/modules/$kernelver/build make modules"
+CLEAN="make clean"
+BUILT_MODULE_NAME[0]="goodix"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/input/touchscreen"
+AUTOINSTALL="yes"