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/irdma/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 .include <bsd.own.mk>
    2 
    3 OFED_INC_DIR = ${.CURDIR}/../../ofed/include
    4 ICE_DIR = ${.CURDIR}/../../dev/ice
    5 .PATH:  ${.CURDIR}/../../dev/irdma
    6 
    7 KMOD=   irdma
    8 SRCS=   icrdma.c
    9 SRCS+=  fbsd_kcompat.c irdma_hw.c irdma_verbs.c irdma_utils.c
   10 SRCS+=  irdma_cm.c irdma_kcompat.c
   11 SRCS+=  irdma_if.h irdma_di_if.h ice_rdma.h vnode_if.h device_if.h bus_if.h opt_inet.h pci_if.h opt_inet6.h
   12 # Shared source
   13 SRCS+=  irdma_ctrl.c irdma_hmc.c icrdma_hw.c irdma_pble.c irdma_puda.c irdma_uda.c irdma_uk.c irdma_ws.c
   14 
   15 CFLAGS+= -I${ICE_DIR} -I${OFED_INC_DIR}
   16 CFLAGS+= -I${OFED_INC_DIR}/uapi
   17 CFLAGS+= ${LINUXKPI_INCLUDES}
   18 CFLAGS+= -DCONFIG_INFINIBAND_USER_MEM
   19 
   20 ice_rdma.h:
   21         cp $(ICE_DIR)/ice_rdma.h .
   22 
   23 .include <bsd.kmod.mk>

Cache object: f1a7a5344784462acd09c92bc29f1342


[ 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.