Files
aquacomputer_d5next-hwmon/dkms.conf
TsunamiMommy 3b32c6a589 Add DKMS support (#105)
* Update Makefile

Add additional targets for building dkms module and integrating existing targets.

Signed-off-by: Daniel Clark <megadjc@gmail.com>

* Add DKMS Support

Adds DKMS support and adds two useful utilities to automate installation and removal of the dkms module.

Signed-off-by: Daniel Clark <megadjc@gmail.com>

* Add DKMS Documentation.

Adds installation instructions for the DKMS Module. All previous targets such as "make checkpath" and "make dev" are supported.

Signed-off-by: Daniel Clark <megadjc@gmail.com>

* Update Makefile

Update formatting

Signed-off-by: Daniel Clark <megadjc@gmail.com>

---------

Signed-off-by: Daniel Clark <megadjc@gmail.com>
2025-03-09 18:18:03 +01:00

8 lines
231 B
Plaintext

PACKAGE_NAME="aquacomputer_d5next"
PACKAGE_VERSION=#MODULE_VERSION#
MAKE[0]="make TARGET=${kernelver}"
CLEAN="make clean"
BUILT_MODULE_NAME[0]="aquacomputer_d5next"
DEST_MODULE_LOCATION[0]="/kernel/drivers/hwmon"
AUTOINSTALL="yes"