mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 03:01:26 +00:00
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:
@@ -1 +0,0 @@
|
||||
obj-m += kcflags.o
|
||||
@@ -1,8 +0,0 @@
|
||||
#include <linux/module.h>
|
||||
|
||||
static int modinit(void)
|
||||
{
|
||||
return KCFLAGS_MACRO;
|
||||
}
|
||||
|
||||
module_init(modinit);
|
||||
@@ -1 +0,0 @@
|
||||
obj-m += pre_cflags.o
|
||||
@@ -1,8 +0,0 @@
|
||||
#include <linux/module.h>
|
||||
|
||||
static int modinit(void)
|
||||
{
|
||||
return PRE_CFLAGS_MACRO;
|
||||
}
|
||||
|
||||
module_init(modinit);
|
||||
Reference in New Issue
Block a user