/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to misc/dkms.conf.in

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-06 03:22:51 UTC
  • mto: This revision was merged to the branch mainline in revision 380.
  • Revision ID: csa@suren.me-20160306032251-fgdrj59zxv48p377
Fix dkms configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
POST_INSTALL="make -C driver/ install_symvers KERNELVER=$kernelver KERNELDIR=$kernel_source_dir"
2
 
MAKE="make -C driver/ KERNELDIR=/lib/modules/${kernelver}/build"
 
1
POST_BUILD="dkms-postbuild.sh"
 
2
MAKE="make -C driver/ KERNELDIR=/lib/modules/$kernelver/build"
3
3
CLEAN="make -C driver/ clean"
4
4
BUILT_MODULE_NAME=pciDriver
5
5
BUILT_MODULE_LOCATION=driver/