meta: an attempt to support DKMS

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a696437403807c70df1663e483405b74defc3
This commit is contained in:
raf 2025-10-06 20:41:34 +03:00
commit 4e661bbec6
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

5
dkms.conf Normal file
View file

@ -0,0 +1,5 @@
PACKAGE_NAME="deepcool"
PACKAGE_VERSION="@VERSION@"
BUILT_MODULE_NAME[0]="d"
DEST_MODULE_LOCATION[0]="/kernel/drivers/hid"
AUTOINSTALL="yes"