1
0
mirror of https://github.com/krislamo/kernmod.git synced 2024-09-19 21:30:35 +00:00
kernmod/dkms.conf

6 lines
154 B
Plaintext

PACKAGE_NAME="helloworld"
PACKAGE_VERSION="0.1"
BUILT_MODULE_NAME[0]="helloworld"
DEST_MODULE_LOCATION[0]="/kernel/drivers/helloworld/"
AUTOINSTALL="yes"