ib_srpt: Enable building against OFED headers without patching the build system (follow-up for r6138)

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6166 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-03-29 19:19:36 +00:00
parent b79e0f7272
commit d6db54ebdc
4 changed files with 0 additions and 18 deletions

View File

@@ -1 +0,0 @@
obj-m += kcflags.o

View File

@@ -1,8 +0,0 @@
#include <linux/module.h>
static int modinit(void)
{
return KCFLAGS_MACRO;
}
module_init(modinit);

View File

@@ -1 +0,0 @@
obj-m += pre_cflags.o

View File

@@ -1,8 +0,0 @@
#include <linux/module.h>
static int modinit(void)
{
return PRE_CFLAGS_MACRO;
}
module_init(modinit);