mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
scripts/generate-kernel-patch: Make this script appropriate for the trunk and 3.4.x branches
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9098 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -459,8 +459,9 @@ if [ "${include_fcst}" = true ]; then
|
||||
done
|
||||
fi
|
||||
|
||||
add_file "fcst/Kbuild" \
|
||||
"drivers/scst/fcst/Makefile"
|
||||
for f in fcst/Kbuild fcst/Makefile_in-tree; do
|
||||
[ -e "$f" ] && add_file "$f" "drivers/scst/fcst/Makefile"
|
||||
done
|
||||
|
||||
add_file "fcst/Kconfig" "drivers/scst/fcst/Kconfig"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user