mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 20:56:24 +00:00
Add the qla2x00t-32gbit/trace/events/qla.h file to the output of scripts/generate-kernel-patch
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8876 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -539,7 +539,11 @@ elif [ "${qla2x00t_32gbit}" = "true" ]; then
|
||||
[ -e "$f" ] || continue
|
||||
g="${f#qla2x00t-32gbit/in-tree-patches/$1/}"
|
||||
g="${g%.patch}"
|
||||
add_patch "${f}" "drivers/scsi/qla2xxx/${g}"
|
||||
if [ "$g" = "qla.h" ]; then
|
||||
add_patch "${f}" "include/trace/events/${g}"
|
||||
else
|
||||
add_patch "${f}" "drivers/scsi/qla2xxx/${g}"
|
||||
fi
|
||||
done
|
||||
|
||||
for f in qla2x00t-32gbit/qla2x00-target/*.[ch]; do
|
||||
|
||||
Reference in New Issue
Block a user