Split Makefiles: move kernel build rules into Kbuild files

This patch makes the Makefiles easier to read.



git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9039 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2020-07-05 02:13:40 +00:00
parent 47403656ee
commit d6fd03107f
17 changed files with 119 additions and 175 deletions
+1 -1
View File
@@ -459,7 +459,7 @@ if [ "${include_fcst}" = true ]; then
done
fi
add_file "fcst/Makefile_in-tree" \
add_file "fcst/Kbuild" \
"drivers/scst/fcst/Makefile"
add_file "fcst/Kconfig" "drivers/scst/fcst/Kconfig"