]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/ibcore/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / ibcore / Makefile
1 # $FreeBSD$
2 .PATH:  ${.CURDIR}/../../ofed/drivers/infiniband/core
3 .PATH:  ${.CURDIR}/../../ofed/include/linux
4
5 .include <bsd.own.mk>
6
7 KMOD    = ibcore
8 SRCS    = addr.c cm_msgs.h iwcm.c mad_rmpp.h sa_query.c ucma.c uverbs_cmd.c
9 SRCS+= agent.c    local_sa.c iwcm.h multicast.c smi.c ud_header.c uverbs_main.c
10 SRCS+= agent.h core_priv.h mad.c notice.c smi.h umem.c uverbs_marshall.c
11 SRCS+= cache.c device.c mad_priv.h packer.c sysfs.c user_mad.c verbs.c
12 SRCS+= cm.c fmr_pool.c mad_rmpp.c sa.h ucm.c uverbs.h cma.c
13 SRCS+= linux_compat.c linux_radix.c linux_idr.c
14 SRCS+= vnode_if.h device_if.h bus_if.h pci_if.h opt_inet.h opt_inet6.h
15
16 CFLAGS+= -I${.CURDIR}/../../ofed/drivers/infiniband/core
17 CFLAGS+= -I${.CURDIR}/../mlx4ib
18 CFLAGS+= -I${.CURDIR}/../../ofed/include/
19 CFLAGS+= -DINET6 -DINET -DOFED
20
21 .include <bsd.kmod.mk>
22
23 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith -fms-extensions