From 1f2cedce37842a2b6b14b01662f04a19e8b64a42 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 11 Nov 2010 09:26:44 +0000 Subject: [PATCH] Merged scripts directory from ibmvstgt-port branch (svn merge -r2369:2654 https://scst.svn.sourceforge.net/svnroot/scst/branches/ibmvstgt-port/scripts). git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2661 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-kernel-patch | 101 ++++++++++++++++++++++++++++------ 1 file changed, 85 insertions(+), 16 deletions(-) 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