Another documentation update.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@838 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-05-10 19:20:58 +00:00
parent 0f132124b9
commit 72f5b47141

View File

@@ -43,8 +43,7 @@ Compiling SRP against OFED
--------------------------
Make sure that all necessary packages needed for kernel compilation
have been installed (kernel headers, kernel source code, gcc,
binutils, ...).
have been installed (kernel headers, gcc, binutils, ...).
Unload any loaded InfiniBand drivers:
@@ -58,8 +57,7 @@ Remove any distro-provided InfiniBand drivers:
Now locate the file Makefile.lib and patch it such that it supports
the variable PRE_CFLAGS:
cd /usr/src
find -name Makefile.lib
find /lib/modules/$(uname -r)/build/ -name Makefile.lib
cd ...
patch -p0 < ${SCST_DIR}/srpt/patches/kernel-${KV}-scripts-Makefile.lib.patch