diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2015-01-17 16:36:39 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2015-01-17 16:36:39 +0000 |
| commit | e982e5c5610e41b669d89ce488d65e68f311159d (patch) | |
| tree | febade823aada1e5e12820542c4cd10192a03533 /sys/modules/ibcore | |
| parent | 84b170d298ab13930bcf7da4e403ba1f60a29645 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ibcore')
| -rw-r--r-- | sys/modules/ibcore/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/modules/ibcore/Makefile b/sys/modules/ibcore/Makefile index 730aa0a8839d..fea77b969637 100644 --- a/sys/modules/ibcore/Makefile +++ b/sys/modules/ibcore/Makefile @@ -2,19 +2,19 @@ .PATH: ${.CURDIR}/../../ofed/drivers/infiniband/core .PATH: ${.CURDIR}/../../ofed/include/linux -KMOD = ibcore -SRCS = addr.c cm_msgs.h iwcm.c mad_rmpp.h sa_query.c ucma.c uverbs_cmd.c -SRCS+= agent.c local_sa.c iwcm.h multicast.c smi.c ud_header.c uverbs_main.c -SRCS+= agent.h core_priv.h mad.c notice.c smi.h umem.c uverbs_marshall.c -SRCS+= cache.c device.c mad_priv.h packer.c sysfs.c user_mad.c verbs.c -SRCS+= cm.c fmr_pool.c mad_rmpp.c sa.h ucm.c uverbs.h cma.c -SRCS+= linux_compat.c linux_radix.c linux_idr.c -SRCS+= vnode_if.h device_if.h bus_if.h pci_if.h opt_inet.h opt_inet6.h +KMOD= ibcore +SRCS= addr.c iwcm.c sa_query.c ucma.c uverbs_cmd.c \ + agent.c local_sa.c multicast.c smi.c ud_header.c uverbs_main.c \ + mad.c notice.c umem.c uverbs_marshall.c \ + cache.c device.c packer.c sysfs.c user_mad.c verbs.c \ + cm.c fmr_pool.c mad_rmpp.c ucm.c cma.c \ + vnode_if.h device_if.h bus_if.h pci_if.h \ + opt_inet.h opt_inet6.h CFLAGS+= -I${.CURDIR}/../../ofed/drivers/infiniband/core CFLAGS+= -I${.CURDIR}/../mlx4ib CFLAGS+= -I${.CURDIR}/../../ofed/include/ -CFLAGS+= -DINET6 -DINET -DOFED +CFLAGS+= -DINET6 -DINET .include <bsd.kmod.mk> |
