
Using DKMS, the driver will be automatically rebuilt when the kernel is updated. * `make dkms` to install via DKMS * `make dkms_clean` to remove from DKMS Signed-off-by: Burt P <pburt0@gmail.com>
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
MAKE="make"
|
|
CLEAN="make clean"
|
|
PACKAGE_NAME="it87"
|
|
PACKAGE_VERSION="to be filled by make dkms"
|
|
BUILT_MODULE_NAME[0]="it87"
|
|
DEST_MODULE_LOCATION[0]="/kernel/drivers/hwmon/it87"
|
|
AUTOINSTALL="yes"
|