diff --git a/scripts/generate-kernel-patch b/scripts/generate-kernel-patch index 94fe90583..158d00877 100755 --- a/scripts/generate-kernel-patch +++ b/scripts/generate-kernel-patch @@ -318,6 +318,8 @@ if [ "$scst_local" = "true" ]; then add_file "scst_local/scst_local.c" "drivers/scst/scst_local/scst_local.c" + add_file "scst_local/README" "Documentation/scst/README.scst_local" + else add_empty_file "drivers/scst/scst_local/Kconfig"