From c062b11e426422a08d1273be7665313f90d59f26 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 4 Dec 2008 19:13:02 +0000 Subject: [PATCH] Added README for scst_local git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@598 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-kernel-patch | 2 ++ 1 file changed, 2 insertions(+) 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"