From e5843199f2f1ee1fb10adb7bea2b879564cf4b4e Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 13 Dec 2006 12:16:11 +0000 Subject: [PATCH] Building from the Linux kernel tree added git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@51 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- mpt/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mpt/README b/mpt/README index 925cf141c..c68822f08 100644 --- a/mpt/README +++ b/mpt/README @@ -10,3 +10,16 @@ of development. The current maintainer of this driver is Erik. Please send him all question related to it (CC: scst-devel@lists.sourceforge.net). + +Building from the Linux kernel tree +----------------------------------- + +To build from the kernel tree, you should: + +1. Link drivers/message/fusion/mpt_scst to $(SCST_DIR)/mpt + +2. Patch drivers/message/fusion/Makefile and +drivers/message/fusion/Kconfig by diffs from $(SCST_DIR)/mpt/in-tree + +3. Correct in drivers/message/fusion/Makefile SCST_INC_DIR variable so +it points to correct directory with SCST include files.