mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user