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/mlx4ib/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$
    2 .PATH:  ${SRCTOP}/sys/dev/mlx4/mlx4_ib
    3 
    4 KMOD=   mlx4ib
    5 SRCS= \
    6         mlx4_ib_alias_GUID.c \
    7         mlx4_ib_mcg.c \
    8         mlx4_ib_sysfs.c \
    9         mlx4_ib_ah.c \
   10         mlx4_ib_cq.c \
   11         mlx4_ib_doorbell.c \
   12         mlx4_ib_mad.c \
   13         mlx4_ib_main.c \
   14         mlx4_ib_mr.c \
   15         mlx4_ib_qp.c \
   16         mlx4_ib_srq.c \
   17         mlx4_ib_wc.c \
   18         mlx4_ib_cm.c
   19 SRCS+=  ${LINUXKPI_GENSRCS}
   20 SRCS+=  opt_inet.h opt_inet6.h
   21 
   22 CFLAGS+= -I${SRCTOP}/sys/ofed/include
   23 CFLAGS+= -I${SRCTOP}/sys/ofed/include/uapi
   24 CFLAGS+= ${LINUXKPI_INCLUDES}
   25 CFLAGS+= -DCONFIG_INFINIBAND_USER_MEM
   26 CFLAGS+= -DINET6 -DINET
   27 
   28 .include <bsd.kmod.mk>
   29 
   30 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith

Cache object: 9aecac308246196318c908f7666cc9e1


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