Merge r9098 from trunk

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.4.x@9099 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2020-08-03 02:57:23 +00:00
parent 2d199cd33d
commit 708c83ad69

View File

@@ -458,8 +458,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"