mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 12:46:27 +00:00
scripts: Remove all references to the mpt driver
Additionally, make scripts/run-regression-tests build the qla2x00t-32gbit driver. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9219 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -191,7 +191,6 @@ function in_separate_patch {
|
||||
debug_specialize="false"
|
||||
enable_specialize="true"
|
||||
generating_upstream_patch="false"
|
||||
mpt_scst="false"
|
||||
multiple_patches="false"
|
||||
patchdir=""
|
||||
replace_sbug_by_bug="true"
|
||||
@@ -212,7 +211,6 @@ do
|
||||
'-d') debug_specialize="true"; shift;;
|
||||
'-h') usage; exit 1;;
|
||||
'-l') shift;;
|
||||
'-m') mpt_scst="true"; shift;;
|
||||
'-n') specialize_patch_options=(-v "blank_deleted_code=1")
|
||||
shift
|
||||
;;
|
||||
@@ -620,29 +618,6 @@ fi \
|
||||
} | process_patch "scst_17_srpt.diff"
|
||||
|
||||
|
||||
# Directory drivers/message/fusion/mpt_scst
|
||||
|
||||
if [ "$mpt_scst" = "true" ]; then
|
||||
|
||||
(
|
||||
add_patch "mpt/in-tree/Kconfig-2.6.24.diff" "drivers/message/fusion/Kconfig"
|
||||
|
||||
add_patch "mpt/in-tree/Makefile.diff" "drivers/message/fusion/Makefile"
|
||||
|
||||
add_file "mpt/in-tree/Makefile" "drivers/message/fusion/mpt_scst/Makefile"
|
||||
|
||||
add_file "mpt/in-tree/Kconfig" "drivers/message/fusion/mpt_scst/Kconfig"
|
||||
|
||||
for f in mpt/*.[ch]; do
|
||||
[ -e "$f" ] || continue
|
||||
add_file "${f}" "drivers/message/fusion/mpt_scst/${f#mpt/}"
|
||||
done
|
||||
) \
|
||||
| process_patch "mpt_scst.diff"
|
||||
|
||||
fi
|
||||
|
||||
|
||||
# Directory drivers/scst/scst_local
|
||||
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user