From d84ec4d8ce748667d2387afef769f05d39fc85eb Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 9 Sep 2010 09:18:00 +0000 Subject: [PATCH] Removed a superfluous include path. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2069 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/Makefile.in_kernel | 1 - 1 file changed, 1 deletion(-) diff --git a/srpt/src/Makefile.in_kernel b/srpt/src/Makefile.in_kernel index 170c4b4b9..cbb3eda0f 100644 --- a/srpt/src/Makefile.in_kernel +++ b/srpt/src/Makefile.in_kernel @@ -1,4 +1,3 @@ -EXTRA_CFLAGS += -Idrivers/infiniband/include EXTRA_CFLAGS += -Iinclude/scst obj-$(CONFIG_SCST_SRPT) += ib_srpt.o