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/mlx5ib/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/mlx5/mlx5_ib
    3 
    4 KMOD=mlx5ib
    5 SRCS= \
    6 mlx5_ib_ah.c \
    7 mlx5_ib_cong.c \
    8 mlx5_ib_cq.c \
    9 mlx5_ib_devx.c \
   10 mlx5_ib_doorbell.c \
   11 mlx5_ib_gsi.c \
   12 mlx5_ib_mad.c \
   13 mlx5_ib_main.c \
   14 mlx5_ib_mem.c \
   15 mlx5_ib_mr.c \
   16 mlx5_ib_qp.c \
   17 mlx5_ib_srq.c \
   18 mlx5_ib_virt.c
   19 SRCS+=  ${LINUXKPI_GENSRCS}
   20 SRCS+=  opt_inet.h opt_inet6.h opt_ratelimit.h opt_rss.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 
   27 .if defined(CONFIG_BUILD_FPGA)
   28 CFLAGS+= -DCONFIG_MLX5_FPGA
   29 .endif
   30 
   31 .include <bsd.kmod.mk>
   32 
   33 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}

Cache object: b98df36e047598d815b6c77799af60c2


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