From 493ad888d55a963043c51c2c114130d2408945d1 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 11 Jun 2010 16:12:54 +0000 Subject: [PATCH] Added in-tree fcst patches. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1760 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-kernel-patch | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/generate-kernel-patch b/scripts/generate-kernel-patch index 3289de38f..50f748d84 100755 --- a/scripts/generate-kernel-patch +++ b/scripts/generate-kernel-patch @@ -355,6 +355,11 @@ done # Directory drivers/scst/fcst/ { + for f in $(ls fcst/linux-patches/[0-9]*) + do + cat "${f}" + done + add_file "fcst/Makefile_in-tree" \ "drivers/scst/fcst/Makefile"