Skip to content

Commit

Permalink
dkms.conf: Add contec_fit driver and bump date of PACKAGE_VERSION
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
  • Loading branch information
ian-abbott committed May 2, 2017
1 parent 94229ff commit 39718f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dkms.conf
@@ -1,4 +1,4 @@
PACKAGE_VERSION=0.7.76.1+20150923git-1.nodist
PACKAGE_VERSION=0.7.76.1+20170502git-1.nodist
PACKAGE_NAME=comedi
AUTOINSTALL="YES"
MAKE[0]="./configure --with-linuxdir=${kernel_source_dir} && make"
Expand All @@ -19,6 +19,9 @@ DEST_MODULE_LOCATION[$((nn++))]="/kernel/comedi/drivers/"
BUILT_MODULE_NAME[$nn]="comedi_fc"
BUILT_MODULE_LOCATION[$nn]="comedi/drivers/"
DEST_MODULE_LOCATION[$((nn++))]="/kernel/comedi/drivers/"
BUILT_MODULE_NAME[$nn]="contec_fit"
BUILT_MODULE_LOCATION[$nn]="comedi/drivers/"
DEST_MODULE_LOCATION[$((nn++))]="/kernel/comedi/drivers/"
BUILT_MODULE_NAME[$nn]="das08"
BUILT_MODULE_LOCATION[$nn]="comedi/drivers/"
DEST_MODULE_LOCATION[$((nn++))]="/kernel/comedi/drivers/"
Expand Down

0 comments on commit 39718f6

Please sign in to comment.