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:
Bart Van Assche
2020-05-08 15:23:43 +00:00
parent 178eef8917
commit 9ece5279ad
3 changed files with 24 additions and 2 deletions
+5 -1
View File
@@ -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