The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/modules/ibcore/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD: releng/10.3/sys/modules/ibcore/Makefile 260495 2014-01-09 22:40:51Z dim $
    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 ${GCC_MS_EXTENSIONS}
   24 
   25 CWARNFLAGS.cm.c=        -Wno-unused-function
   26 CWARNFLAGS+=            ${CWARNFLAGS.${.IMPSRC:T}}

Cache object: c8e8091d3f7d760eaeee8dffb5fa4c1f


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.