By testing kernel patch generation for the mpt driver I found out that the

Kconfig and Makefile were read from the wrong directory. The patch below fixes
this.

Signed-off-by: Bart Van Assche <bart.vanassche@gmail.com>



git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@547 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2008-10-28 20:41:29 +00:00
parent 7782dc0768
commit d5dc2fed6a

View File

@@ -289,9 +289,9 @@ if [ "$mpt_scst" = "true" ]; then
add_patch "mpt/in-tree/Makefile.diff" "drivers/message/fusion/Makefile"
add_file "mpt/Makefile" "drivers/message/fusion/mpt_scst/Makefile"
add_file "mpt/in-tree/Makefile" "drivers/message/fusion/mpt_scst/Makefile"
add_file "mpt/Kconfig" "drivers/message/fusion/mpt_scst/Kconfig"
add_file "mpt/in-tree/Kconfig" "drivers/message/fusion/mpt_scst/Kconfig"
for f in $(ls mpt/*.[ch])
do