asus-wmi-sensors/dkms.conf.am
MestreLion 2d5180f4ab properly ignore in git files generated and modified by 'make dkms'
- Add VERSION to .gitignore
- Changes made by make in dkms.conf triggered 'uncommited changes'
  because being in the repository it is considered by git as a versioned
  file regardless of .gitignore. So:
-- Rename dkms.conf to dkms.conf.am, indicating it is a template and
   effectively removing dkms.conf from the repository
-- Copy dkms.conf.am to dkms.conf during 'make dkms'
2019-11-03 02:41:39 -03:00

8 lines
259 B
Plaintext

MAKE="make TARGET=${kernelver}"
CLEAN="make clean"
PACKAGE_NAME="asus-wmi-sensors-dkms-git"
PACKAGE_VERSION="to be filled by make dkms"
BUILT_MODULE_NAME[0]="asus-wmi-sensors"
DEST_MODULE_LOCATION[0]="/kernel/drivers/hwmon/asus-wmi-sensors"
AUTOINSTALL="yes"