mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 12:46:27 +00:00
Added fcst code in generate-kernel-patch output.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1517 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -333,6 +333,35 @@ done
|
||||
| process_patch "scst_passthrough.diff"
|
||||
|
||||
|
||||
# Directory drivers/scst/fcst/
|
||||
|
||||
{
|
||||
add_file "fcst/Makefile_in-tree" \
|
||||
"drivers/scst/fcst/Makefile"
|
||||
|
||||
add_file "fcst/Kconfig" "drivers/scst/fcst/Kconfig"
|
||||
|
||||
for f in $(ls fcst/*.[ch] 2>/dev/null)
|
||||
do
|
||||
add_file "${f}" "drivers/scst/fcst/${f#fcst/}"
|
||||
done
|
||||
} \
|
||||
| process_patch "fcst.diff"
|
||||
|
||||
{
|
||||
if [ "${kernel_version}" = 2.6.33 ]; then
|
||||
for f in $(ls fcst/linux-patches/* 2>/dev/null)
|
||||
do
|
||||
cat "${f}"
|
||||
done
|
||||
fi
|
||||
} \
|
||||
| process_patch "fcst-in-tree.diff"
|
||||
|
||||
add_file "fcst/README" "Documentation/scst/README.fcst" \
|
||||
| process_patch "fcst-doc.diff"
|
||||
|
||||
|
||||
# Directory drivers/scst/iscsi-scst/
|
||||
|
||||
# Make sure the file iscsi-scst/iscsi_scst_itf_ver.h is up to date.
|
||||
|
||||
Reference in New Issue
Block a user