PACKAGE_VERSION="0.9.5" # Items below here should not have to change with each driver version PACKAGE_NAME="kernel-advansys" CLEAN="make -C ${kernel_source_dir} SUBDIRS=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean" BUILT_MODULE_NAME[0]="advansys" DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi" AUTOINSTALL="yes" # We don't automatically update modprobe.conf nor rebuild the initrd because not everyone needs # it (e.g. people with only scanners connected to their Advansys cards) and for those people adding # a scsi_hostadapter line to their modprobe.conf can cause failures to build initrds on subsequent # kernel installs, which is bad. People that need the scsi_hostadapter line almost certainly already # have it, so the post_install script can look for that and rebuild the initrd then. REMAKE_INITRD="no" PRE_BUILD="pre_build.sh $kernel_source_dir $dkms_tree/$module/$module_version/source $dkms_tree/$module/$module_version/build $kernelver" POST_BUILD="post_build.sh $dkms_tree/$module/$module_version/$kernelver $arch" POST_INSTALL="post_install.sh $kernelver"