diff --git a/scripts/generate-kernel-patch b/scripts/generate-kernel-patch index d07842c93..37ed20957 100755 --- a/scripts/generate-kernel-patch +++ b/scripts/generate-kernel-patch @@ -342,7 +342,7 @@ if [ "$include_proc_impl" != "true" ]; then else cat fi | \ -if [ -e "${fcst_patch_series}" ]; then +if [ "${include_fcst}" ]; then cat else sed -e 's: fcst/* : :' @@ -409,6 +409,22 @@ done \ do add_file "${f}" "drivers/scst/fcst/${f#fcst/}" done + + cat <