summaryrefslogtreecommitdiffstats
path: root/sys/modules/iscsi/Makefile
blob: d072cfb39269244e7f6026dea5c59636e63c8691 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $FreeBSD$

.PATH:	${.CURDIR}/../../dev/iscsi/
KMOD=	iscsi

SRCS=	iscsi.c
.if defined(ICL_RDMA)
SRCS+=	icl_rdma.c
.else
SRCS+=	icl.c
.endif
SRCS+=	icl_proxy.c
SRCS+=	opt_cam.h
SRCS+=	bus_if.h
SRCS+=	device_if.h

# Those below are required for RDMA.
SRCS+=	vnode_if.h
SRCS+=	opt_inet.h
SRCS+=	opt_inet6.h

CFLAGS+= -I${.CURDIR}/../../ofed/include
#CFLAGS+=-DICL_KERNEL_PROXY

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud