mirror of
https://github.com/aleksamagicka/aquacomputer_d5next-hwmon.git
synced 2025-07-23 04:03:00 +02:00
* 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>
8 lines
231 B
Plaintext
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"
|