]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/iser/Makefile
MFV r337175: 9487 Free objects when receiving full stream as clone
[FreeBSD/FreeBSD.git] / sys / modules / iser / Makefile
1 # $FreeBSD$
2
3 SYSDIR?=${SRCTOP}/sys
4 .include "${SYSDIR}/conf/kern.opts.mk"
5
6 .PATH:  ${SYSDIR}/dev/iser/
7
8 KMOD=   iser
9
10 SRCS=   icl_iser.c
11 SRCS+=  iser_initiator.c
12 SRCS+=  iser_memory.c
13 SRCS+=  iser_verbs.c
14 SRCS+=  vnode_if.h
15 SRCS+=  opt_inet.h
16 SRCS+=  opt_inet6.h
17 SRCS+=  opt_cam.h
18 SRCS+=  bus_if.h
19 SRCS+=  device_if.h
20 SRCS+=  icl_conn_if.h
21
22 CFLAGS+= -I${SYSDIR}/
23 CFLAGS+= -I${SYSDIR}/ofed/include
24 CFLAGS+= -I${SYSDIR}/ofed/include/uapi
25 CFLAGS+= -I${SYSDIR}/compat/linuxkpi/common/include
26 CFLAGS+= -DCONFIG_INFINIBAND_USER_MEM
27 CFLAGS+= -DINET6 -DINET
28 CFLAGS+= -fms-extensions
29
30 CFLAGS+=-DICL_KERNEL_PROXY
31
32 MFILES= kern/bus_if.m kern/device_if.m dev/iscsi/icl_conn_if.m
33
34 .include <bsd.kmod.mk>