ib_srpt: Remove no longer needed source files

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6448 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-07-30 17:10:11 +00:00
parent 7abcac7f22
commit 5dfa94f90b
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);