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/mlx5/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/mlx5/Makefile 292196 2015-12-14 10:31:03Z hselasky $
    2 .PATH:  ${.CURDIR}/../../dev/mlx5/mlx5_core ${.CURDIR}/../../ofed/include/linux
    3 
    4 KMOD=mlx5
    5 SRCS= \
    6 mlx5_alloc.c \
    7 mlx5_cmd.c \
    8 mlx5_cq.c \
    9 mlx5_eq.c \
   10 mlx5_eswitch_vacl.c \
   11 mlx5_flow_table.c \
   12 mlx5_fw.c \
   13 mlx5_health.c \
   14 mlx5_mad.c \
   15 mlx5_main.c \
   16 mlx5_mcg.c \
   17 mlx5_mr.c \
   18 mlx5_pagealloc.c \
   19 mlx5_pd.c \
   20 mlx5_port.c \
   21 mlx5_qp.c \
   22 mlx5_srq.c \
   23 mlx5_transobj.c \
   24 mlx5_uar.c \
   25 mlx5_vport.c \
   26 mlx5_wq.c \
   27 device_if.h bus_if.h vnode_if.h pci_if.h \
   28         opt_inet.h opt_inet6.h opt_random.h
   29 
   30 SRCS+= linux_compat.c linux_radix.c linux_idr.c
   31 
   32 CFLAGS+= -I${.CURDIR}/../../ofed/include
   33 CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include
   34 
   35 .include <bsd.kmod.mk>
   36 
   37 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}

Cache object: df991e7ed76e8d57915e170581240ded


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