Modified the Makefile and dkms.conf file and things seem to be happier. Now its just a matter of testing on multiple platforms with releases.
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
PACKAGE_NAME="oneUpPower"
|
|
PACKAGE_VERSION="1.0"
|
|
MAKE="make -f ./src/Makefile"
|
|
CLEAN="make -f ./src/Makefile clean"
|
|
BUILT_MODULE_NAME="oneUpPower"
|
|
BUILT_MODULE_LOCATION="./src/"
|
|
DEST_MODULE_LOCATION="/kernel/drivers/power/supply/"
|
|
AUTOINSTALL="yes"
|
|
POST_INSTALL="./postinstall"
|
|
|