mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-29 09:50:19 +00:00
Remove more references to the ibmvstgt, mpt and mvsas_tgt drivers
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8652 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -643,7 +643,7 @@ fi
|
||||
# Directory drivers/scsi/ibmvstgt
|
||||
|
||||
{
|
||||
( cd ibmvstgt && ./generate-in-tree-patches "${kver}" )
|
||||
( cd ibmvstgt 2>/dev/null && ./generate-in-tree-patches "${kver}" ) &&
|
||||
if [ -e "ibmvstgt/in-tree-patches/${kver}" ]; then
|
||||
if [ "${multiple_patches}" = "true" ]; then
|
||||
cat <<EOF
|
||||
@@ -747,7 +747,7 @@ EOF
|
||||
| process_patch "scst_18_ibmvstgt.diff"
|
||||
|
||||
{
|
||||
( cd ibmvstgt && ./generate-in-tree-patches "${kver}" )
|
||||
( cd ibmvstgt 2>/dev/null && ./generate-in-tree-patches "${kver}" ) &&
|
||||
if [ -e "ibmvstgt/in-tree-patches/${kver}" ]; then
|
||||
if [ "${multiple_patches}" = "true" ]; then
|
||||
cat <<EOF
|
||||
|
||||
@@ -695,11 +695,6 @@ do
|
||||
scsi_transport_fc.ko scsi_transport_srp.ko
|
||||
mv "${outputdir}/sparse-$k-output.txt" \
|
||||
"${outputdir}/sparse-$k-scsi-output.txt"
|
||||
if [ "$(uname -m)" = "ppc32" ] || [ "$(uname -m)" = "ppc64" ]; then
|
||||
run_sparse "$k" drivers/scsi/ibmvscsi ibmvstgt.ko
|
||||
mv "${outputdir}/sparse-$k-output.txt" \
|
||||
"${outputdir}/sparse-$k-ibmvstgt-output.txt"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
if [ "${run_smatch}" = "true" ]; then
|
||||
|
||||
Reference in New Issue
Block a user