Initial version of DKMS support.
Worked once, will not work again. Build occurs, dkms reports that the build of ./src/oneUpPower.ko failed. Kernel module is being generated, but not located anywhere it can be found.
This commit is contained in:
10
battery/dkms/dkms.conf
Normal file
10
battery/dkms/dkms.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
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"
|
||||
BUILT_MODULE_NAME="oneUpPower"
|
||||
BUILT_MODULE_LOCATION="./src/"
|
||||
DEST_MODULE_LOCATION="/kernel/drivers/power/supply/"
|
||||
AUTOINSTALL="yes"
|
||||
POST_INSTALL="./postinstall"
|
||||
|
||||
Reference in New Issue
Block a user