Files
Jeff Curless ca66fa0ea4 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.
2026-01-10 18:43:58 -05:00

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"