dkms appears to be working.
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.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
PACKAGE_NAME="oneUpPower"
|
||||
PACKAGE_VERSION="1.0"
|
||||
MAKE="make -C /lib/modules/$(uname -r)/build M=$PWD/src modules"
|
||||
CLEAN="make -C /lib/modules/$(uname -r)/build M=$PWD/src clean"
|
||||
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/"
|
||||
|
||||
Reference in New Issue
Block a user