From 72f5b47141c874cbb04728ca978657d09cf8ee12 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 10 May 2009 19:20:58 +0000 Subject: [PATCH] Another documentation update. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@838 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/README.ofed | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srpt/README.ofed b/srpt/README.ofed index 398795e12..57c877037 100644 --- a/srpt/README.ofed +++ b/srpt/README.ofed @@ -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