diff --git a/scripts/generate-kernel-patch b/scripts/generate-kernel-patch index 9054c6be2..608c3dccd 100755 --- a/scripts/generate-kernel-patch +++ b/scripts/generate-kernel-patch @@ -395,9 +395,9 @@ done \ 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/}" @@ -556,26 +556,95 @@ fi cat < +Cc: Fujita Tomonori +Cc: Brian King +Cc: Robert Jennings EOF fi